Skip to content

Commit

Permalink
set bound for 'base'
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeterse committed Mar 6, 2012
1 parent 15ceea6 commit 85d51da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snaplet-recaptcha.cabal
Expand Up @@ -49,7 +49,7 @@ Library
Hs-Source-Dirs: src
Exposed-Modules: Snap.Snaplet.ReCaptcha
Default-Language: Haskell2010
Build-Depends: base
Build-Depends: base >= 4 && < 5
, data-lens
, data-lens-template
, bytestring
Expand All @@ -65,7 +65,7 @@ Executable recaptcha-test
Hs-Source-Dirs: src
Other-Modules: Snap.Snaplet.ReCaptcha
Default-Language: Haskell2010
Build-Depends: base
Build-Depends: base >= 4 && < 5
, data-lens
, data-lens-template
, bytestring
Expand Down

0 comments on commit 85d51da

Please sign in to comment.