Skip to content

Commit 811c27d

Browse files
committed
cardano-ping/0.7.0.0: Update base dependency
1 parent 76d102f commit 811c27d

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

Diff for: _sources/cardano-ping/0.7.0.0/meta.toml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
timestamp = 2025-01-02T14:21:57Z
22
github = { repo = "intersectmbo/ouroboros-network", rev = "515767407e4a5a240e61e014c8e6d107b4fbceb9" }
33
subdir = 'cardano-ping'
4+
5+
[[revisions]]
6+
number = 1
7+
timestamp = 2025-03-04T03:26:31Z

Diff for: _sources/cardano-ping/0.7.0.0/revisions/1.cabal

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
cabal-version: 3.0
2+
name: cardano-ping
3+
version: 0.7.0.0
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-2024 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+
-- The Windows version of network-3.1.2 is missing
30+
-- functions, see
31+
-- https://github.com/haskell/network/issues/484
32+
aeson >=2.1.1.0 && <3,
33+
base >=4.14 && <4.22,
34+
bytestring >=0.10 && <0.13,
35+
cborg >=0.2.8 && <0.3,
36+
contra-tracer >=0.1 && <0.3,
37+
iproute ^>=1.7.15,
38+
network >=3.1.2.2 && <3.2,
39+
network-mux ^>=0.6,
40+
si-timers ^>=1.5,
41+
strict-stm,
42+
tdigest ^>=0.3,
43+
text >=1.2.4 && <2.2,
44+
time,
45+
transformers >=0.5 && <0.7,
46+
47+
if flag(asserts)
48+
ghc-options: -fno-ignore-asserts
49+
default-language: Haskell2010
50+
default-extensions: ImportQualifiedPost
51+
ghc-options:
52+
-Wall
53+
-Wcompat
54+
-Widentities
55+
-Wincomplete-record-updates
56+
-Wincomplete-uni-patterns
57+
-Wno-unticked-promoted-constructors
58+
-Wpartial-fields
59+
-Wredundant-constraints
60+
-Wunused-packages

0 commit comments

Comments
 (0)