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
|
||||
-- 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
|
||||
|
Loading…
Reference in New Issue
Block a user