Allow newer byteslice

This commit is contained in:
Andrew Martin 2019-11-18 14:56:26 -05:00
parent 575d29730d
commit 353a114145

View file

@ -43,7 +43,7 @@ library
Data.ByteArray.Builder.Bounded.Unsafe Data.ByteArray.Builder.Bounded.Unsafe
build-depends: build-depends:
, base >=4.12.0.0 && <5 , base >=4.12.0.0 && <5
, byteslice >=0.1 && <0.2 , byteslice >=0.1 && <0.3
, bytestring >=0.10.8.2 && <0.11 , bytestring >=0.10.8.2 && <0.11
, natural-arithmetic >=0.1 && <0.2 , natural-arithmetic >=0.1 && <0.2
, primitive-offset >=0.2 && <0.3 , primitive-offset >=0.2 && <0.3