diff options
-rw-r--r-- | packages/special/lib/Numeric/GSL/Special/Ellint.hs | 1 |
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 | ||
43 | import Foreign(Ptr) | 44 | import Foreign(Ptr) |