Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Mar 27, 2014
1 parent 11a49a6 commit c55dbbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tagstream-conduit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ test-suite test
, HUnit
, hspec >= 1.3
, tagstream-conduit
, resourcet
ghc-options: -Wall
1 change: 1 addition & 0 deletions tests/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Data.Text (Text)
import qualified Data.Text as T
import qualified Data.Text.Encoding as T
import qualified Data.Conduit as C
import qualified Control.Monad.Trans.Resource as C
import qualified Data.Conduit.List as CL

import Test.Hspec
Expand Down

0 comments on commit c55dbbe

Please sign in to comment.