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:
parent
b7dfd0457d
commit
ee52b3c51c
@ -36,7 +36,7 @@ library
|
|||||||
, Network.Minio.XmlGenerator
|
, Network.Minio.XmlGenerator
|
||||||
, Network.Minio.XmlParser
|
, Network.Minio.XmlParser
|
||||||
build-depends: base >= 4.7 && < 5
|
build-depends: base >= 4.7 && < 5
|
||||||
, protolude >= 0.1.6 && < 0.2
|
, protolude >= 0.1.6
|
||||||
, aeson
|
, aeson
|
||||||
, async
|
, async
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
@ -122,7 +122,7 @@ test-suite minio-hs-live-server-test
|
|||||||
, Network.Minio.XmlParser.Test
|
, Network.Minio.XmlParser.Test
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, minio-hs
|
, minio-hs
|
||||||
, protolude >= 0.1.6 && < 0.2
|
, protolude >= 0.1.6
|
||||||
, aeson
|
, aeson
|
||||||
, async
|
, async
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
@ -168,7 +168,7 @@ test-suite minio-hs-test
|
|||||||
main-is: Spec.hs
|
main-is: Spec.hs
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, minio-hs
|
, minio-hs
|
||||||
, protolude >= 0.1.6 && < 0.2
|
, protolude >= 0.1.6
|
||||||
, aeson
|
, aeson
|
||||||
, async
|
, async
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user