summaryrefslogtreecommitdiff
path: root/packages/special/lib/Numeric/GSL/Special/Ellint.hs
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 /packages/special/lib/Numeric/GSL/Special/Ellint.hs
parentc4b80ef9951b533d6bbbb34df8109f3290546296 (diff)
parenta0ee9cb5333aed72666042452a44ba857fcf24aa (diff)
Merge pull request #303 from massma/master
Export Precision type and constructors where they are needed
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/Ellint.hs')
-rw-r--r--packages/special/lib/Numeric/GSL/Special/Ellint.hs1
1 files changed, 1 insertions, 0 deletions
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)