summaryrefslogtreecommitdiff
path: root/examples/tests.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/tests.hs
parentb1b908c10ad7a393200651b4b23fc0b26efbc1b9 (diff)
more automatic wrappers for simple special functions
Diffstat (limited to 'examples/tests.hs')
-rw-r--r--examples/tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tests.hs b/examples/tests.hs
index d385f2a..5c7cd22 100644
--- a/examples/tests.hs
+++ b/examples/tests.hs
@@ -11,7 +11,7 @@ import Data.Packed.Internal.Matrix
11import GSL.Vector 11import GSL.Vector
12import GSL.Integration 12import GSL.Integration
13import GSL.Differentiation 13import GSL.Differentiation
14import GSL.Special hiding (choose) 14import GSL.Special hiding (choose, multiply, exp)
15import GSL.Fourier 15import GSL.Fourier
16import GSL.Polynomials 16import GSL.Polynomials
17import LAPACK 17import LAPACK