Skip to content

Commit

Permalink
Merge pull request #3 from Morkrom/lesson-1
Browse files Browse the repository at this point in the history
Removed the upper version bounds
  • Loading branch information
ryantrinkle committed Mar 18, 2015
2 parents 2cce067 + c37f52a commit 8166475
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 8166475

Please sign in to comment.