diff options
Diffstat (limited to 'lib/Numeric/LinearAlgebra/Tests/Properties.hs')
-rw-r--r-- | lib/Numeric/LinearAlgebra/Tests/Properties.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Numeric/LinearAlgebra/Tests/Properties.hs b/lib/Numeric/LinearAlgebra/Tests/Properties.hs index ec87ad0..d4c2770 100644 --- a/lib/Numeric/LinearAlgebra/Tests/Properties.hs +++ b/lib/Numeric/LinearAlgebra/Tests/Properties.hs | |||
@@ -1,4 +1,5 @@ | |||
1 | {-# OPTIONS #-} | 1 | {-# LANGUAGE CPP #-} |
2 | {-# OPTIONS_GHC -fno-warn-unused-imports #-} | ||
2 | ----------------------------------------------------------------------------- | 3 | ----------------------------------------------------------------------------- |
3 | {- | | 4 | {- | |
4 | Module : Numeric.LinearAlgebra.Tests.Properties | 5 | Module : Numeric.LinearAlgebra.Tests.Properties |
@@ -40,7 +41,7 @@ module Numeric.LinearAlgebra.Tests.Properties ( | |||
40 | ) where | 41 | ) where |
41 | 42 | ||
42 | import Numeric.LinearAlgebra | 43 | import Numeric.LinearAlgebra |
43 | import Test.QuickCheck | 44 | #include "quickCheckCompat.h" |
44 | -- import Debug.Trace | 45 | -- import Debug.Trace |
45 | 46 | ||
46 | -- debug x = trace (show x) x | 47 | -- debug x = trace (show x) x |