summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoridontgetoutmuch <dominic@steinitz.org>2019-05-23 10:32:30 +0100
committerGitHub <noreply@github.com>2019-05-23 10:32:30 +0100
commit5e4bb9a51645dd26e4d506ea9aa78c60ccfa138a (patch)
treebacf775a8a2bbf49edf5f1aabbfcd49e7693e013
parentc4b80ef9951b533d6bbbb34df8109f3290546296 (diff)
parenta0ee9cb5333aed72666042452a44ba857fcf24aa (diff)
Merge pull request #303 from massma/master
Export Precision type and constructors where they are needed
-rw-r--r--packages/special/lib/Numeric/GSL/Special/Bessel.hs1
-rw-r--r--packages/special/lib/Numeric/GSL/Special/Ellint.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/special/lib/Numeric/GSL/Special/Bessel.hs b/packages/special/lib/Numeric/GSL/Special/Bessel.hs
index 84d4cf5..8dd3d92 100644
--- a/packages/special/lib/Numeric/GSL/Special/Bessel.hs
+++ b/packages/special/lib/Numeric/GSL/Special/Bessel.hs
@@ -106,6 +106,7 @@ module Numeric.GSL.Special.Bessel(
106, bessel_zero_J1 106, bessel_zero_J1
107, bessel_zero_Jnu_e 107, bessel_zero_Jnu_e
108, bessel_zero_Jnu 108, bessel_zero_Jnu
109, Precision(..)
109) where 110) where
110 111
111import Foreign(Ptr) 112import Foreign(Ptr)
diff --git a/packages/special/lib/Numeric/GSL/Special/Ellint.hs b/packages/special/lib/Numeric/GSL/Special/Ellint.hs
index 678f6db..a2800cd 100644
--- a/packages/special/lib/Numeric/GSL/Special/Ellint.hs
+++ b/packages/special/lib/Numeric/GSL/Special/Ellint.hs
@@ -38,6 +38,7 @@ module Numeric.GSL.Special.Ellint(
38, ellint_RF 38, ellint_RF
39, ellint_RJ_e 39, ellint_RJ_e
40, ellint_RJ 40, ellint_RJ
41, Precision(..)
41) where 42) where
42 43
43import Foreign(Ptr) 44import Foreign(Ptr)