summaryrefslogtreecommitdiff
path: root/examples/oldtests.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-07-29 15:43:21 +0000
committerAlberto Ruiz <aruiz@um.es>2007-07-29 15:43:21 +0000
commitb9db4d25d87cd4ab0f493413db92fb41b7eacda9 (patch)
treea447fe6f7e16b3768e912064a033ce257040720e /examples/oldtests.hs
parentb1b908c10ad7a393200651b4b23fc0b26efbc1b9 (diff)
more automatic wrappers for simple special functions
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