Skip to content

Commit 66ed5ad

Browse files
committed
cardano-client revision
1 parent 4a75906 commit 66ed5ad

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

_sources/cardano-client/0.5/meta.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ subdir = 'cardano-client'
55
[[revisions]]
66
number = 1
77
timestamp = 2025-02-04T06:43:15Z
8+
9+
[[revisions]]
10+
number = 2
11+
timestamp = 2025-02-25T16:47:53Z
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
cabal-version: 3.0
2+
name: cardano-client
3+
version: 0.5
4+
synopsis: An API for ouroboros-network
5+
description: An API for ouroboros-network.
6+
license: Apache-2.0
7+
license-files:
8+
LICENSE
9+
NOTICE
10+
11+
copyright: 2019-2023 Input Output Global Inc (IOG), 2023-2024 Intersect
12+
author: IOHK Engineering Team
13+
maintainer: marcin.szamotulski@iohk.io
14+
category: Network
15+
build-type: Simple
16+
extra-doc-files: CHANGELOG.md
17+
18+
library
19+
hs-source-dirs: src
20+
exposed-modules: Cardano.Client.Subscription
21+
default-language: Haskell2010
22+
default-extensions: ImportQualifiedPost
23+
build-depends:
24+
base >=4.14 && <4.21,
25+
bytestring >=0.10 && <0.13,
26+
cborg,
27+
containers,
28+
contra-tracer,
29+
network-mux >=0.6 && <0.8,
30+
ouroboros-network >=0.19 && <0.21,
31+
ouroboros-network-api >=0.12 && <0.14,
32+
ouroboros-network-framework >=0.15 && <0.18,
33+
si-timers,
34+
35+
ghc-options:
36+
-Wall
37+
-Wno-unticked-promoted-constructors
38+
-Wcompat
39+
-Wincomplete-uni-patterns
40+
-Wincomplete-record-updates
41+
-Wpartial-fields
42+
-Widentities
43+
-Wredundant-constraints
44+
-Wunused-packages

0 commit comments

Comments
 (0)