From c37f52a8678130c989e6f292b11dd0a769dd0022 Mon Sep 17 00:00:00 2001 From: Morkrom Date: Tue, 17 Mar 2015 22:17:10 -0700 Subject: [PATCH] Removed the upper version bounds In the cabal file: https://github.com/ryantrinkle/memoise/issues/2#issuecomment-82634613. --- memoise.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memoise.cabal b/memoise.cabal index 5188ad6..32e0ae8 100644 --- a/memoise.cabal +++ b/memoise.cabal @@ -15,6 +15,6 @@ Executable memoise Hs-source-dirs: src Main-is: Main.hs Build-depends: base >= 4 && < 5 - , snap >= 0.12 && < 0.13 + , snap >= 0.12 GHC-options: -threaded -O2 Extensions: OverloadedStrings