bump upper bound on profunctors

This commit is contained in:
Andrew Martin 2019-06-24 08:21:37 -04:00
parent b1fffe2561
commit 30f1cb8bd2

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.4
, profunctors >= 5.0 && < 5.5
, semigroups >= 0.18.2 && < 0.20
default-language: Haskell2010
ghc-options: -Wall