From 1ad2002e4069d0aee208ccc40f88d66c6c1efc78 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 4 Feb 2022 19:22:31 -0500 Subject: [PATCH] base constraint --- haskell-template.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-template.cabal b/haskell-template.cabal index 6075783..f4686b5 100644 --- a/haskell-template.cabal +++ b/haskell-template.cabal @@ -25,7 +25,7 @@ executable haskell-template build-depends: , aeson , async - , base + , base >=4.13.0.0 && <=4.18.0.0 , bytestring , containers , data-default