Skip to content

Commit

Permalink
Have test-cereal-conduit depend on the library
Browse files Browse the repository at this point in the history
This avoids unnecessary recompilation, and fixes the "stack test
--coverage" results for this package.

commercialhaskell/stack#1008
commercialhaskell/stack#1009
  • Loading branch information
mgsloan committed Sep 18, 2015
1 parent 7d21e12 commit 65d90ca
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 65d90ca

Please sign in to comment.