Skip to content

Commit

Permalink
Fixup use of HTTP-4000 api
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Jan 20, 2009
1 parent 48f3e76 commit a9446c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cache.hs
Expand Up @@ -13,7 +13,7 @@ import Control.Arrow
import Data.Char
import Data.List
import Network.URI (URI, uriPath)
import Network.HTTP (HTTPRequest(..), RequestMethod(GET), simpleHTTP, rspBody)
import Network.HTTP (Request(..), RequestMethod(GET), simpleHTTP, rspBody)
import qualified Data.ByteString.Lazy as L
import System.Time
import System.FilePath
Expand Down
2 changes: 1 addition & 1 deletion hackport.cabal
Expand Up @@ -23,7 +23,7 @@ Executable hackport
pretty,
regex-compat,
Cabal >= 1.6 && < 1.7,
HTTP >= 4000,
HTTP >= 4000.0.3,
zlib,
tar

Expand Down

0 comments on commit a9446c6

Please sign in to comment.