Skip to content

Commit 5cd6823

Browse files
committed
cardano-ping/0.8.0.1: Bump base dependency
1 parent 3099613 commit 5cd6823

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
timestamp = 2025-05-14T06:57:17Z
22
github = { repo = "intersectmbo/ouroboros-network", rev = "1eafe7bc742da1709fc98c62c48c519bbce503c0" }
33
subdir = 'cardano-ping'
4+
5+
[[revisions]]
6+
number = 1
7+
timestamp = 2025-06-22T22:27:17Z
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
cabal-version: 3.0
2+
name: cardano-ping
3+
version: 0.8.0.1
4+
synopsis: Utility for pinging cardano nodes
5+
description: Utility for pinging cardano nodes.
6+
license: Apache-2.0
7+
license-files:
8+
LICENSE
9+
NOTICE
10+
11+
copyright: 2019-2024 Input Output Global Inc (IOG), 2023-2025 Intersect
12+
author: Karl Knutsson
13+
14+
category: Network
15+
build-type: Simple
16+
extra-doc-files:
17+
CHANGELOG.md
18+
README.md
19+
20+
flag asserts
21+
description: Enable assertions
22+
manual: False
23+
default: False
24+
25+
library
26+
hs-source-dirs: src
27+
exposed-modules: Cardano.Network.Ping
28+
build-depends:
29+
aeson >=2.1.1.0 && <3,
30+
base >=4.14 && <4.22,
31+
bytestring >=0.10 && <0.13,
32+
cborg >=0.2.8 && <0.3,
33+
contra-tracer >=0.1 && <0.3,
34+
iproute ^>=1.7.15,
35+
network ^>=3.2.7,
36+
network-mux ^>=0.8,
37+
si-timers ^>=1.5,
38+
strict-stm,
39+
tdigest ^>=0.3,
40+
text >=1.2.4 && <2.2,
41+
time,
42+
transformers >=0.5 && <0.7,
43+
44+
if flag(asserts)
45+
ghc-options: -fno-ignore-asserts
46+
default-language: Haskell2010
47+
default-extensions: ImportQualifiedPost
48+
ghc-options:
49+
-Wall
50+
-Wcompat
51+
-Widentities
52+
-Wincomplete-record-updates
53+
-Wincomplete-uni-patterns
54+
-Wno-unticked-promoted-constructors
55+
-Wpartial-fields
56+
-Wredundant-constraints
57+
-Wunused-packages

0 commit comments

Comments
 (0)