From 4594dc58e022541da192b64fad52369275621484 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 4 Nov 2017 12:57:56 +0100 Subject: [PATCH] pushing upper bound --- affection.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/affection.cabal b/affection.cabal index 7d65f3b..251ce66 100644 --- a/affection.cabal +++ b/affection.cabal @@ -60,7 +60,7 @@ library default-language: Haskell2010 ghc-options: -Wall -- Other library packages from which modules are imported. - build-depends: base >=4.9 && <4.10 + build-depends: base >=4.9 && <4.11 , sdl2 , text , mtl