diff options
Diffstat (limited to 'examples/oldtests.hs')
-rw-r--r-- | examples/oldtests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/oldtests.hs b/examples/oldtests.hs index 1f1ca25..4bc37e7 100644 --- a/examples/oldtests.hs +++ b/examples/oldtests.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | import Test.HUnit | 1 | import Test.HUnit |
2 | 2 | ||
3 | import GSL | 3 | import GSL hiding (exp) |
4 | import GSL.Matrix | 4 | import GSL.Matrix |
5 | import System.Random(randomRs,mkStdGen) | 5 | import System.Random(randomRs,mkStdGen) |
6 | 6 | ||