Skip to content

Commit

Permalink
cardano-client-0.3.1.2 revision
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed May 7, 2024
1 parent 083f85b commit b36e89e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sources/cardano-client/0.3.1.2/meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ timestamp = 2024-04-04T19:10:59Z
[[revisions]]
number = 2
timestamp = 2024-05-07T17:14:58Z

[[revisions]]
number = 3
timestamp = 2024-05-07T20:35:20Z
38 changes: 38 additions & 0 deletions _sources/cardano-client/0.3.1.2/revisions/3.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
cabal-version: 3.0

name: cardano-client
version: 0.3.1.2
synopsis: An API for ouroboros-network
description: An API for ouroboros-network.
license: Apache-2.0
license-files: LICENSE
NOTICE
copyright: 2019-2023 Input Output Global Inc (IOG), 2023-2024 Intersect
author: IOHK Engineering Team
maintainer: marcin.szamotulski@iohk.io
category: Network
build-type: Simple
extra-doc-files: CHANGELOG.md

library
hs-source-dirs: src
exposed-modules: Cardano.Client.Subscription
default-language: Haskell2010
default-extensions: ImportQualifiedPost
build-depends: base >=4.14 && <4.20,
bytestring >=0.10 && <0.13,
containers,
ouroboros-network-api >= 0.5.2 && < 0.8,
ouroboros-network >= 0.9 && < 0.17,
ouroboros-network-framework >= 0.8 && < 0.14,
network-mux ^>= 0.4.5,

ghc-options: -Wall
-Wno-unticked-promoted-constructors
-Wcompat
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wpartial-fields
-Widentities
-Wredundant-constraints
-Wunused-packages

0 comments on commit b36e89e

Please sign in to comment.