summaryrefslogtreecommitdiff
path: root/examples/oldtests.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/oldtests.hs')
-rw-r--r--examples/oldtests.hs2
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 @@
1import Test.HUnit 1import Test.HUnit
2 2
3import GSL 3import GSL hiding (exp)
4import GSL.Matrix 4import GSL.Matrix
5import System.Random(randomRs,mkStdGen) 5import System.Random(randomRs,mkStdGen)
6 6