Skip to content

Commit

Permalink
Add lower bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Feb 25, 2021
1 parent 94f504d commit 48faff8
Show file tree
Hide file tree
Showing 7 changed files with 253 additions and 251 deletions.
88 changes: 44 additions & 44 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ library


build-depends: base >=4.12 && <5
, aeson
, aeson-pretty
, attoparsec
, base16-bytestring >= 1.0
, base58-bytestring
, base64
, bech32 >= 1.1.0
, bytestring
, aeson >= 1.5.5
, aeson-pretty >= 0.8.8
, attoparsec >= 0.13.2.4
, base16-bytestring >= 1.0.1.0
, base58-bytestring >= 0.1.0
, base64 >= 0.4.2.2
, bech32 >= 1.1.0
, bytestring >= 0.10.10.0
, cardano-binary
, cardano-config
, cardano-crypto
Expand All @@ -91,40 +91,40 @@ library
, cardano-ledger-shelley-ma
, cardano-prelude
, cardano-slotting
, cborg
, contra-tracer
, containers
, cryptonite
, directory
, filepath
, formatting
, cborg >= 0.2.4.0
, containers >= 0.6.2.1
, contra-tracer >= 0.1.0.0
, cryptonite >= 0.27
, directory >= 1.3.6.0
, filepath >= 1.4.2.1
, formatting >= 6.3.7
, io-sim-classes
, iohk-monitoring
, iproute
, memory
, network
, network-mux
, network-uri
, nothunks
, iproute >= 1.7.10
, memory >= 0.15.0
, network >= 3.1.2.1
, network-mux >= 0.1.0.0
, network-uri >= 2.6.3.0
, nothunks >= 0.1.2
, ouroboros-consensus
, ouroboros-consensus-byron
, ouroboros-consensus-cardano
, ouroboros-consensus-shelley
, ouroboros-network
, ouroboros-network-framework
, scientific
, serialise
, scientific >= 0.3.6.2
, serialise >= 0.2.3.0
, shelley-spec-ledger
, small-steps
, stm
, text
, time
, transformers
, transformers-except
, typed-protocols
, typed-protocols-examples
, unordered-containers >= 0.2.11
, vector
, stm >= 2.5.0.0
, text >= 1.2.3.2
, time >= 1.9.3
, transformers >= 0.5.6.2
, transformers-except >= 0.1.1
, typed-protocols >= 0.1.0.0
, typed-protocols-examples >= 0.1.0.0
, unordered-containers >= 0.2.13
, vector >= 0.12.1.2

default-language: Haskell2010
default-extensions: NoImplicitPrelude
Expand All @@ -147,9 +147,9 @@ test-suite cardano-api-test

build-depends:
base >=4.12 && <5
, aeson
, base16-bytestring
, bytestring
, aeson >= 1.5.5
, base16-bytestring >= 1.0.1.0
, bytestring >= 0.10.10.0
, cardano-api
, cardano-binary
, cardano-crypto
Expand All @@ -161,21 +161,21 @@ test-suite cardano-api-test
, cardano-prelude
, cardano-prelude-test
, cardano-slotting
, containers
, cryptonite
, hedgehog
, containers >= 0.6.2.1
, cryptonite >= 0.27
, hedgehog >= 1.0.4
, ouroboros-consensus
, ouroboros-consensus-shelley
, ouroboros-network
, QuickCheck
, QuickCheck >= 2.14.2
, shelley-spec-ledger
, shelley-spec-ledger-test
, tasty
, tasty-hedgehog
, tasty-quickcheck
, text
, time
, unordered-containers
, tasty-hedgehog >= 1.0.0.2
, tasty-quickcheck >= 0.10.1.2
, text >= 1.2.3.2
, time >= 1.9.3
, unordered-containers >= 0.2.13

other-modules: Test.Cardano.Api.Crypto
Test.Cardano.Api.Examples
Expand Down
30 changes: 15 additions & 15 deletions cardano-api/test/cardano-api-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ library

build-depends:
base >=4.12 && <5
, aeson
, base16-bytestring
, bytestring
, cardano-api
, cardano-binary
, cardano-crypto-class
, cardano-crypto-test
, cardano-ledger-test
, cardano-prelude
, containers
, hedgehog
, shelley-spec-ledger
, tasty
, tasty-hedgehog
, text
, aeson >= 1.5.5.1
, base16-bytestring >= 1.0.1.0
, bytestring >= 0.10.10.0
, cardano-api >= 1.25.0
, cardano-binary >= 1.5.0
, cardano-crypto-class >= 2.0.0
, cardano-crypto-test >= 1.3.0
, cardano-ledger-test >= 1.3.0
, cardano-prelude >= 0.1.0.0
, containers >= 0.6.2.1
, hedgehog >= 1.0.4
, shelley-spec-ledger >= 0.1.0.0
, tasty >= 1.4.0.2
, tasty-hedgehog >= 1.0.0.2
, text >= 1.2.3.2

default-language: Haskell2010
default-extensions: NoImplicitPrelude
Expand Down
76 changes: 38 additions & 38 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -168,35 +168,35 @@ test-suite cardano-cli-test
type: exitcode-stdio-1.0

build-depends: base
, aeson
, bech32 >= 1.1.0
, bytestring
, base16-bytestring
, aeson >= 1.5.5.1
, base16-bytestring >= 1.0.1.0
, bech32 >= 1.1.0
, bytestring >= 0.10.10.0
, cardano-api
, cardano-api-test
, cardano-cli
, cardano-crypto-class
, cardano-ledger-shelley-ma
, cardano-node
, cardano-prelude
, containers
, deepseq
, directory
, exceptions
, hedgehog
, hedgehog-extras
, lifted-base
, optparse-applicative
, containers >= 0.6.2.1
, deepseq >= 1.4.4.0
, directory >= 1.3.6.0
, exceptions >= 0.10.4
, hedgehog >= 1.0.4
, hedgehog-extras >= 0.1.0.0
, lifted-base >= 0.2.3.12
, optparse-applicative >= 0.16.1.0
, ouroboros-consensus-shelley
, parsec
, process
, parsec >= 3.1.14.0
, process >= 1.6.9.0
, shelley-spec-ledger
, shelley-spec-ledger-test
, temporary
, text
, time
, transformers-except
, unordered-containers
, temporary >= 1.3
, text >= 1.2.3.2
, time >= 1.9.3
, transformers-except >= 0.1.1
, unordered-containers >= 0.2.13.0

other-modules: Test.Cli.FilePermissions
Test.Cli.ITN
Expand Down Expand Up @@ -226,30 +226,30 @@ test-suite cardano-cli-golden
type: exitcode-stdio-1.0

build-depends: base
, aeson
, bech32 >= 1.1.0
, bytestring
, base16-bytestring
, aeson >= 1.5.5.1
, base16-bytestring >= 1.0.1.0
, bech32 >= 1.1.0
, bytestring >= 0.10.10.0
, cardano-api
, cardano-cli
, cardano-crypto-wrapper
, cardano-ledger
, cardano-prelude
, cborg
, containers
, deepseq
, directory
, exceptions
, hedgehog
, hedgehog-extras
, lifted-base
, optparse-applicative
, process
, temporary
, text
, time
, transformers-except
, unordered-containers
, cborg >= 0.2.4.0
, containers >= 0.6.2.1
, deepseq >= 1.4.4.0
, directory >= 1.3.6.0
, exceptions >= 0.10.4
, hedgehog >= 1.0.4
, hedgehog-extras >= 0.1.0.0
, lifted-base >= 0.2.3.12
, optparse-applicative >= 0.16.1.0
, process >= 1.6.9.0
, temporary >= 1.3
, text >= 1.2.3.2
, time >= 1.9.3
, transformers-except >= 0.1.1
, unordered-containers >= 0.2.13.0

other-modules: Test.Golden.Shelley
Test.Golden.Byron.SigningKeys
Expand Down
26 changes: 13 additions & 13 deletions cardano-config/cardano-config.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ flag systemd
manual: False

library
hs-source-dirs: src
hs-source-dirs: src

if os(linux) && flag(systemd)
cpp-options: -DSYSTEMD
build-depends: lobemo-scribe-systemd

exposed-modules: Cardano.Config.Git.Rev
Cardano.Config.Git.RevFromGit

build-depends: base >=4.12 && <5
, cardano-prelude
, file-embed
, process
, template-haskell
, text
cpp-options: -DSYSTEMD
build-depends: lobemo-scribe-systemd

exposed-modules: Cardano.Config.Git.Rev
Cardano.Config.Git.RevFromGit

build-depends: base >=4.12 && <5
, cardano-prelude
, file-embed >= 0.0.13.0
, process >= 1.6.9.0
, template-haskell >= 2.14.0.0
, text >= 1.2.3.2

default-language: Haskell2010
default-extensions: NoImplicitPrelude
Expand Down
Loading

0 comments on commit 48faff8

Please sign in to comment.