Remove maximum dependency version on bytestring.
This commit is contained in:
parent
777d600326
commit
a89dec4839
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ library
|
||||||
|
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.0 && < 5.0
|
base >= 4.0 && < 5.0
|
||||||
, bytestring >= 0.9 && < 0.10
|
, bytestring >= 0.9
|
||||||
, transformers >= 0.2
|
, transformers >= 0.2
|
||||||
, monads-tf >= 0.1 && < 0.2
|
, monads-tf >= 0.1 && < 0.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue