Raise required bytestring version

We use Builders, which were introduced in 0.10.0.0.
这个提交包含在:
Julian Ospald 2018-04-12 01:42:18 +02:00
父节点 d9ba67b6f0
当前提交 de46a0c568
找不到此签名对应的密钥
GPG 密钥 ID: 511B62C09D50CD28
共有 1 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -37,7 +37,7 @@ library
other-modules: HPath.Internal
build-depends: base >= 4.2 && <5
, IfElse
, bytestring >= 0.9.2.0
, bytestring >= 0.10.0.0
, deepseq
, exceptions
, hspec
@ -71,7 +71,7 @@ test-suite doctests-posix
ghc-options: -threaded
main-is: doctests-posix.hs
build-depends: base,
bytestring,
bytestring >= 0.10.0.0,
unix,
hpath,
doctest >= 0.8,
@ -118,7 +118,7 @@ test-suite spec
Build-Depends: base
, HUnit
, IfElse
, bytestring
, bytestring >= 0.10.0.0
, hpath
, hspec >= 1.3
, process