Skip to content

Commit

Permalink
Issue #505: makes a HedgeHog version constraint to at least 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Dimjašević committed May 24, 2019
1 parent e4d501c commit ea2739b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions byron/chain/executable-spec/cs-blockchain.cabal
Expand Up @@ -41,7 +41,7 @@ library
, containers
, cryptonite
, cs-ledger
, hedgehog
, hedgehog >= 1.0
, lens
, small-steps
ghc-options: -Wall
Expand All @@ -60,7 +60,7 @@ test-suite chain-spec-test
default-language: Haskell2010
build-depends: base
, data-ordlist
, hedgehog
, hedgehog >= 1.0
, lens
, tasty
, tasty-hedgehog
Expand Down
6 changes: 3 additions & 3 deletions byron/ledger/executable-spec/cs-ledger.cabal
Expand Up @@ -35,7 +35,7 @@ library
, bytestring
, containers
, cryptonite
, hedgehog
, hedgehog >= 1.0
, lens
, memory
-- Local deps
Expand All @@ -61,7 +61,7 @@ test-suite doctests
, bytestring
, containers
, cryptonite
, hedgehog
, hedgehog >= 1.0
, lens
, memory
, text
Expand Down Expand Up @@ -91,7 +91,7 @@ test-suite ledger-delegation-test
, bimap
, containers
, lens
, hedgehog
, hedgehog >= 1.0
, tasty
, tasty-hunit
, tasty-hedgehog
Expand Down
6 changes: 3 additions & 3 deletions byron/semantics/executable-spec/small-steps.cabal
Expand Up @@ -32,7 +32,7 @@ library
, containers
, cryptonite
, free
, hedgehog
, hedgehog >= 1.0
, tasty-hunit
, lens
, mtl
Expand All @@ -56,7 +56,7 @@ test-suite doctests
, containers
, data-default
, free
, hedgehog
, hedgehog >= 1.0
, tasty-hunit
, lens
, mtl
Expand Down Expand Up @@ -86,7 +86,7 @@ test-suite examples
default-language: Haskell2010
build-depends: base
, containers
, hedgehog
, hedgehog >= 1.0
, tasty
, tasty-hedgehog
, tasty-expected-failure
Expand Down

0 comments on commit ea2739b

Please sign in to comment.