Skip to content

Commit

Permalink
Fix module list and dependencies for the test suite
Browse files Browse the repository at this point in the history
Fixes #31
  • Loading branch information
Shimuuar committed Jun 4, 2012
1 parent 4ddbbef commit 54665d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions statistics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,11 @@ test-suite tests
other-modules:
Tests.Distribution
Tests.Helpers
Tests.Math
Tests.Math.Tables
Tests.Function
Tests.NonparametricTest
Tests.NonparametricTest.Table
Tests.Transform
Tests.KDE

ghc-options:
-Wall -threaded -rtsopts
Expand All @@ -232,6 +233,7 @@ test-suite tests
test-framework,
test-framework-quickcheck2,
test-framework-hunit,
math-functions,
statistics,
primitive,
vector,
Expand Down

0 comments on commit 54665d5

Please sign in to comment.