Skip to content

Commit

Permalink
Merge pull request #227 from mgsloan/cereal-conduit-cabal-change
Browse files Browse the repository at this point in the history
Have test-cereal-conduit depend on the library
  • Loading branch information
snoyberg committed Sep 18, 2015
2 parents 7d21e12 + 65d90ca commit eb7ac04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cereal-conduit/cereal-conduit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ library

Test-Suite test-cereal-conduit
type: exitcode-stdio-1.0
main-is: Test/Main.hs
main-is: Main.hs
hs-source-dirs: Test
build-depends: base
, conduit
, cereal
, cereal-conduit
, bytestring
--, test-framework-hunit
, HUnit
Expand Down

0 comments on commit eb7ac04

Please sign in to comment.