Skip to content

Commit

Permalink
catching up conduit 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Apr 7, 2014
1 parent 614880a commit dcd8e32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions Distribution/Cab/VerDB.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module Distribution.Cab.VerDB (

import Control.Applicative
import Control.Arrow (second)
import Control.Monad.Trans.Resource (runResourceT)
import Data.Attoparsec.ByteString.Char8
import Data.Conduit
import Data.Conduit.Attoparsec
Expand Down
13 changes: 7 additions & 6 deletions cab.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ Library
Build-Depends: base >= 4.0 && < 5
, Cabal
, attoparsec >= 0.10
, attoparsec-conduit >= 0.3
, bytestring
, conduit >= 0.3
, conduit >= 1.1
, conduit-extra
, containers
, directory
, filepath
, process
, process-conduit >= 0.1
, process-conduit >= 1.1
, resourcet
Exposed-Modules: Distribution.Cab
Distribution.Cab.PkgDB
Distribution.Cab.Printer
Expand All @@ -50,14 +51,14 @@ Executable cab
, cab
, Cabal >= 1.18
, attoparsec >= 0.10
, attoparsec-conduit >= 0.3
, bytestring
, conduit >= 0.3
, conduit >= 1.1
, conduit-extra
, containers
, directory
, filepath
, process
, process-conduit >= 0.1
, process-conduit >= 1.1
if os(windows)
Build-Depends:
else
Expand Down

0 comments on commit dcd8e32

Please sign in to comment.