Skip to content

Commit

Permalink
Fix dependency and cabal files.
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 13, 2012
1 parent aafcda6 commit 0265779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Text/HTML/TagStream/Text.hs
Expand Up @@ -4,7 +4,7 @@ module Text.HTML.TagStream.Text where
import Prelude hiding (mapM) import Prelude hiding (mapM)
import Control.Applicative import Control.Applicative
import Control.Monad (unless, when, liftM) import Control.Monad (unless, when, liftM)
import Control.Monad.Trans (lift) import Control.Monad.Trans.Class (lift)


import Data.Traversable (mapM) import Data.Traversable (mapM)
import Data.Maybe (fromMaybe) import Data.Maybe (fromMaybe)
Expand Down
3 changes: 3 additions & 0 deletions tagstream-conduit.cabal
Expand Up @@ -35,10 +35,13 @@ Library
Build-depends: base >= 4 && < 5 Build-depends: base >= 4 && < 5
, bytestring , bytestring
, text , text
, case-insensitive
, transformers >= 0.3
, conduit >= 0.5 && < 0.6 , conduit >= 0.5 && < 0.6
, attoparsec , attoparsec
, blaze-builder , blaze-builder
, blaze-builder-conduit >= 0.5 && < 0.6 , blaze-builder-conduit >= 0.5 && < 0.6
, attoparsec-conduit >= 0.5


test-suite test test-suite test
hs-source-dirs: tests hs-source-dirs: tests
Expand Down

0 comments on commit 0265779

Please sign in to comment.