Raise required bytestring version
We use Builders, which were introduced in 0.10.0.0.
This commit is contained in:
parent
d9ba67b6f0
commit
de46a0c568
@ -37,7 +37,7 @@ library
|
|||||||
other-modules: HPath.Internal
|
other-modules: HPath.Internal
|
||||||
build-depends: base >= 4.2 && <5
|
build-depends: base >= 4.2 && <5
|
||||||
, IfElse
|
, IfElse
|
||||||
, bytestring >= 0.9.2.0
|
, bytestring >= 0.10.0.0
|
||||||
, deepseq
|
, deepseq
|
||||||
, exceptions
|
, exceptions
|
||||||
, hspec
|
, hspec
|
||||||
@ -71,7 +71,7 @@ test-suite doctests-posix
|
|||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
main-is: doctests-posix.hs
|
main-is: doctests-posix.hs
|
||||||
build-depends: base,
|
build-depends: base,
|
||||||
bytestring,
|
bytestring >= 0.10.0.0,
|
||||||
unix,
|
unix,
|
||||||
hpath,
|
hpath,
|
||||||
doctest >= 0.8,
|
doctest >= 0.8,
|
||||||
@ -118,7 +118,7 @@ test-suite spec
|
|||||||
Build-Depends: base
|
Build-Depends: base
|
||||||
, HUnit
|
, HUnit
|
||||||
, IfElse
|
, IfElse
|
||||||
, bytestring
|
, bytestring >= 0.10.0.0
|
||||||
, hpath
|
, hpath
|
||||||
, hspec >= 1.3
|
, hspec >= 1.3
|
||||||
, process
|
, process
|
||||||
|
Loading…
Reference in New Issue
Block a user