Skip to content

Commit

Permalink
Removed the upper version bounds
Browse files Browse the repository at this point in the history
In the cabal file: ryantrinkle#2 (comment).
  • Loading branch information
Morkrom committed Mar 18, 2015
1 parent 2cce067 commit c37f52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memoise.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c37f52a

Please sign in to comment.