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 903cae2 commit 158fdba
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 @@ -5,3 +5,7 @@ subdir = 'cardano-client'
[[revisions]]
number = 1
timestamp = 2024-04-04T19:10:59Z

[[revisions]]
number = 2
timestamp = 2024-05-07T17:14:58Z
38 changes: 38 additions & 0 deletions _sources/cardano-client/0.3.1.2/revisions/2.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.16,
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 158fdba

Please sign in to comment.