mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-23 08:27:24 +03:00
arm: Relax the base version bounds for macaw-arm
This commit is contained in:
parent
3f7699d4b3
commit
7e6dc9ee8c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user