commit e40f860f0acbf67a3528b5ea204450714e453b49
parent 3b56c51aab7c3dd07626a0556985224176f316c8
Author: Jared Tobin <jared@jtobin.ca>
Date: Tue, 6 Oct 2015 22:56:07 +1300
Really squelch test warnings.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mighty-metropolis.cabal b/mighty-metropolis.cabal
@@ -51,7 +51,7 @@ Test-suite rosenbrock
main-is: Rosenbrock.hs
default-language: Haskell2010
ghc-options:
- -rtsopts -Wall
+ -rtsopts
build-depends:
base < 5
, mighty-metropolis
@@ -63,7 +63,7 @@ Test-suite bnn
main-is: BNN.hs
default-language: Haskell2010
ghc-options:
- -rtsopts -Wall
+ -rtsopts
build-depends:
base < 5
, containers