From 7e6dc9ee8c5da69785d2c33d6fb6c2aebc154485 Mon Sep 17 00:00:00 2001 From: Tristan Ravitch Date: Sun, 8 Jul 2018 22:28:58 -0700 Subject: [PATCH] arm: Relax the base version bounds for macaw-arm --- macaw-arm/macaw-arm.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macaw-arm/macaw-arm.cabal b/macaw-arm/macaw-arm.cabal index 834b746b..797a7817 100644 --- a/macaw-arm/macaw-arm.cabal +++ b/macaw-arm/macaw-arm.cabal @@ -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