From 7bf1ba2ecbb9d58c42b8710a76857ed34575290f Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Sat, 28 Jul 2007 18:44:22 +0000 Subject: GSL.Special.Bessel.hs --- HSSL.cabal | 1 + lib/GSL/Special.hs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/HSSL.cabal b/HSSL.cabal index 8b6f2a6..3b6c682 100644 --- a/HSSL.cabal +++ b/HSSL.cabal @@ -31,6 +31,7 @@ Exposed-modules: Data.Packed.Internal, GSL.Special, GSL.Special.Internal, GSL.Special.Gamma, GSL.Special.Erf, GSL.Special.Airy, GSL.Special.Exp, + GSL.Special.Bessel, GSL.Fourier, GSL.Polynomials, GSL.Minimization, diff --git a/lib/GSL/Special.hs b/lib/GSL/Special.hs index 6786dc5..8124055 100644 --- a/lib/GSL/Special.hs +++ b/lib/GSL/Special.hs @@ -17,6 +17,7 @@ Wrappers for selected special functions. module GSL.Special ( module GSL.Special.Airy, + module GSL.Special.Bessel, module GSL.Special.Erf, module GSL.Special.Exp, module GSL.Special.Gamma @@ -29,6 +30,7 @@ import GSL.Special.Gamma import GSL.Special.Erf import GSL.Special.Exp import GSL.Special.Airy +import GSL.Special.Bessel -------------------- simple functions -------------------------- -- cgit v1.2.3