Remove upper bound on protolude version (#70)

This should allow building the library with GHC 8.2.1 on Stackage
nightly.
This commit is contained in:
Aditya Manthramurthy 2017-10-20 18:07:35 +00:00 committed by Krishnan Parthasarathi
parent b7dfd0457d
commit ee52b3c51c

View File

@ -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
@ -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
@ -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