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
-- other-modules:
-- other-extensions:
build-depends: base >=4.10 && <4.11
build-depends: base >=4.10 && <5
, ansi-wl-pprint
, bytestring
, cereal
@ -62,7 +62,7 @@ test-suite macaw-arm-tests
other-modules: ARMTests
, MismatchTests
, Shared
build-depends: base >=4.10 && <4.11
build-depends: base >=4.10 && <5
, ansi-wl-pprint
, binary
, bytestring