From 3c4fef28c08c3688d096d1acb72af5e27192b0c6 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Thu, 10 Sep 2020 15:18:04 +0200 Subject: [PATCH] Known to compile with base up to 4.15 --- SJW.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SJW.cabal b/SJW.cabal index 1a6b3b1..ddb8130 100644 --- a/SJW.cabal +++ b/SJW.cabal @@ -26,7 +26,7 @@ library , SJW.Module.Imports , SJW.Source build-depends: attoparsec - , base >=4.9 && <4.13 + , base >=4.9 && <4.15 , containers , directory , filepath @@ -42,7 +42,7 @@ executable sjw other-modules: Paths_SJW -- other-extensions: build-depends: attoparsec - , base >=4.9 && <4.13 + , base >=4.9 && <4.15 , optparse-applicative , SJW , text