Pin dependencies

This commit is contained in:
Julian Ospald 2020-01-04 18:06:06 +01:00
parent dc131c3e6b
commit c3d2c0433e
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@ library
build-depends: base >= 4.8 && <5 build-depends: base >= 4.8 && <5
, IfElse , IfElse
, bytestring >= 0.10.0.0 , bytestring >= 0.10.0.0
, hpath , hpath >= 0.10 && < 0.11
, hpath-filepath , hpath-filepath >= 0.10 && < 0.11
, streamly >= 0.7 , streamly >= 0.7
, unix >= 2.5 , unix >= 2.5
, unix-bytestring , unix-bytestring

View File

@ -35,7 +35,7 @@ library
, bytestring >= 0.10.0.0 , bytestring >= 0.10.0.0
, deepseq , deepseq
, exceptions , exceptions
, hpath-filepath , hpath-filepath >= 0.10 && < 0.11
, word8 , word8
source-repository head source-repository head