Fix for bytestring versions less than 0.10.8

This commit is contained in:
2016-05-24 03:26:01 +02:00
parent ae9a806c2e
commit b55cf6d9f3
2 changed files with 11 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ library
System.Posix.FD,
System.Posix.FilePath
build-depends: base >= 4.2 && <5
, bytestring >= 0.10.8.0
, bytestring >= 0.9.2.0
, deepseq
, exceptions
, hspec