Skip to content

Commit 8166475

Browse files
author
ryantrinkle
committed
Merge pull request #3 from Morkrom/lesson-1
Removed the upper version bounds
2 parents 2cce067 + c37f52a commit 8166475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memoise.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Executable memoise
1515
Hs-source-dirs: src
1616
Main-is: Main.hs
1717
Build-depends: base >= 4 && < 5
18-
, snap >= 0.12 && < 0.13
18+
, snap >= 0.12
1919
GHC-options: -threaded -O2
2020
Extensions: OverloadedStrings

0 commit comments

Comments
 (0)