summaryrefslogtreecommitdiff
path: root/examples/oldtests.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/oldtests.hs')
-rw-r--r--examples/oldtests.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/oldtests.hs b/examples/oldtests.hs
index 4bc37e7..990bc01 100644
--- a/examples/oldtests.hs
+++ b/examples/oldtests.hs
@@ -1,6 +1,7 @@
1import Test.HUnit 1import Test.HUnit
2 2
3import GSL hiding (exp) 3import GSL
4import GSL.Special hiding (exp)
4import GSL.Matrix 5import GSL.Matrix
5import System.Random(randomRs,mkStdGen) 6import System.Random(randomRs,mkStdGen)
6 7