Skip to content

Commit

Permalink
Remove upper bound on protolude version (minio#70)
Browse files Browse the repository at this point in the history
This should allow building the library with GHC 8.2.1 on Stackage
nightly.
  • Loading branch information
donatello authored and krisis committed Oct 20, 2017
1 parent b7dfd04 commit ee52b3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions minio-hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
, Network.Minio.XmlGenerator
, Network.Minio.XmlParser
build-depends: base >= 4.7 && < 5
, protolude >= 0.1.6 && < 0.2
, protolude >= 0.1.6
, aeson
, async
, base64-bytestring
Expand Down Expand Up @@ -122,7 +122,7 @@ test-suite minio-hs-live-server-test
, Network.Minio.XmlParser.Test
build-depends: base
, minio-hs
, protolude >= 0.1.6 && < 0.2
, protolude >= 0.1.6
, aeson
, async
, base64-bytestring
Expand Down Expand Up @@ -168,7 +168,7 @@ test-suite minio-hs-test
main-is: Spec.hs
build-depends: base
, minio-hs
, protolude >= 0.1.6 && < 0.2
, protolude >= 0.1.6
, aeson
, async
, base64-bytestring
Expand Down

0 comments on commit ee52b3c

Please sign in to comment.