Skip to content

Commit

Permalink
upper bound 'base' version as per hackage.haskell.org guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigbjorn Finne committed Aug 9, 2009
1 parent 38605e1 commit 238225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HTTP.cabal
Expand Up @@ -69,7 +69,7 @@ Library
Network.HTTP.MD5Aux,
Network.HTTP.Utils
GHC-options: -fwarn-missing-signatures -Wall
Build-depends: base >= 2, network, parsec, mtl
Build-depends: base >= 2 && < 4, network, parsec, mtl
if flag(old-base)
Build-depends: base < 3
else
Expand Down

0 comments on commit 238225a

Please sign in to comment.