arm: Relax the base version bounds for macaw-arm

This commit is contained in:
Tristan Ravitch 2018-07-08 22:28:58 -07:00
parent 3f7699d4b3
commit 7e6dc9ee8c

View File

@ -26,7 +26,7 @@ library
, Data.Macaw.ARM.Semantics.TH , Data.Macaw.ARM.Semantics.TH
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: base >=4.10 && <4.11 build-depends: base >=4.10 && <5
, ansi-wl-pprint , ansi-wl-pprint
, bytestring , bytestring
, cereal , cereal
@ -62,7 +62,7 @@ test-suite macaw-arm-tests
other-modules: ARMTests other-modules: ARMTests
, MismatchTests , MismatchTests
, Shared , Shared
build-depends: base >=4.10 && <4.11 build-depends: base >=4.10 && <5
, ansi-wl-pprint , ansi-wl-pprint
, binary , binary
, bytestring , bytestring