Allow newer profunctors

This commit is contained in:
Andrew Martin 2021-09-20 13:38:15 -04:00
parent 3d9fd928bc
commit 944f05bc3d
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ library
, colonnade >= 1.1 && < 1.3
, blaze-markup >= 0.7 && < 0.9
, blaze-html >= 0.8 && < 0.10
, profunctors >= 5.0 && < 5.6
, profunctors >= 5.0 && < 5.7
, text >= 1.2 && < 1.3
default-language: Haskell2010

View File

@ -40,7 +40,7 @@ library
, vector >= 0.10 && < 0.13
, text >= 1.0 && < 1.3
, bytestring >= 0.10 && < 0.11
, profunctors >= 5.0 && < 5.6
, profunctors >= 5.0 && < 5.7
, semigroups >= 0.18.2 && < 0.20
default-language: Haskell2010
ghc-options: -Wall

View File

@ -25,7 +25,7 @@ library
, reflex == 0.5.*
, reflex-dom == 0.4.*
, containers >= 0.5 && < 0.6
, profunctors >= 5.2 && < 5.3
, profunctors >= 5.2 && < 5.7
, transformers >= 0.5 && < 0.6
default-language: Haskell2010