Skip to content

Commit

Permalink
Add upper bound to recursion-schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Aug 7, 2020
1 parent bdcfcd3 commit cdcc21e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion language-plutus-core/language-plutus-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ library
parser-combinators >= 0.4.0,
prettyprinter >=1.1.0.1,
prettyprinter-configurable -any,
recursion-schemes -any,
recursion-schemes <5.2,
safe-exceptions -any,
semigroups -any,
semigroupoids -any,
Expand Down
2 changes: 1 addition & 1 deletion playground-common/playground-common.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ library
prettyprinter -any,
plutus-tx -any,
purescript-bridge -any,
recursion-schemes -any,
recursion-schemes <5.2,
safe-exceptions -any,
servant >= 0.16,
servant-client -any,
Expand Down
2 changes: 1 addition & 1 deletion plutus-ledger/plutus-ledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ library
template-haskell -any,
text -any,
transformers -any,
recursion-schemes -any,
recursion-schemes <5.2,
lens -any,
deriving-compat -any,
newtype-generics -any,
Expand Down
2 changes: 1 addition & 1 deletion plutus-playground-server/plutus-playground-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ library
plutus-tx -any,
process -any,
regex-compat -any,
recursion-schemes -any,
recursion-schemes <5.2,
plutus-contract -any,
row-types -any,
serialise -any,
Expand Down

0 comments on commit cdcc21e

Please sign in to comment.