Skip to content

Commit

Permalink
Add lower bound for transformers dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed May 6, 2020
1 parent ef2d719 commit 0e06084
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cardano-coin-selection.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: fa91aa04303b2016d424d05014b688d5845de29176adad56b44a698e849d080a
-- hash: a18cf9486584a8610bc4358e634b9e6e98745f70162228e8f1ae2478b2d0a783

name: cardano-coin-selection
version: 1.0.0
Expand Down Expand Up @@ -58,7 +58,7 @@ library
, deepseq
, quiet
, text
, transformers
, transformers >=0.5.6.0
if flag(release)
ghc-options: -Werror
default-language: Haskell2010
Expand Down Expand Up @@ -96,7 +96,7 @@ test-suite unit
, quiet
, random
, text
, transformers
, transformers >=0.5.6.0
, vector
if flag(release)
ghc-options: -Werror
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ library:
- deepseq
- quiet
- text
- transformers
- transformers >= 0.5.6.0

tests:
unit:
Expand Down Expand Up @@ -76,5 +76,5 @@ tests:
- quiet
- random
- text
- transformers
- transformers >= 0.5.6.0
- vector

0 comments on commit 0e06084

Please sign in to comment.