File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
_sources/cardano-client/0.6.0.0 Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 11timestamp = 2025-07-02T14:54:30Z
22github = { repo = " intersectmbo/ouroboros-network" , rev = " 2f1daf917c1a8969b747dcfaddcf4775274d734e" }
33subdir = ' cardano-client'
4+
5+ [[revisions ]]
6+ number = 1
7+ timestamp = 2025-07-28T12:49:59Z
Original file line number Diff line number Diff line change 1+ cabal-version : 3.0
2+ name : cardano-client
3+ version : 0.6.0.0
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-2025 Intersect
12+ author : IOHK Engineering Team
13+ 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.22 ,
25+ bytestring >= 0.10 && < 0.13 ,
26+ cborg >= 0.2.8 && < 0.3 ,
27+ containers >= 0.5 && < 0.9 ,
28+ contra-tracer >= 0.1 && < 0.3 ,
29+ io-classes :si-timers ^>= 1.8.0.1 ,
30+ network-mux ^>= 0.9 ,
31+ ouroboros-network ^>= 0.22 ,
32+ ouroboros-network-api ^>= 0.15 || ^>= 0.16 ,
33+ ouroboros-network-framework ^>= 0.19 ,
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
You can’t perform that action at this time.
0 commit comments