File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
_sources/cardano-client/0.5 Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,7 @@ subdir = 'cardano-client'
55[[revisions ]]
66number = 1
77timestamp = 2025-02-04T06:43:15Z
8+
9+ [[revisions ]]
10+ number = 2
11+ timestamp = 2025-02-25T16:47:53Z
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments