summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Polynomials.hs
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2010-03-09 01:34:19 +0000
committergwern0 <gwern0@gmail.com>2010-03-09 01:34:19 +0000
commitb8607cdba6df67691d800a3726a52c858a63876c (patch)
tree504aa61aa6eb365cc4b2b5e95a271a4750196c0a /lib/Numeric/GSL/Polynomials.hs
parent283f3033f86fabde2290bb28a59e7d87fd0754f5 (diff)
change haskell98 imports
Diffstat (limited to 'lib/Numeric/GSL/Polynomials.hs')
-rw-r--r--lib/Numeric/GSL/Polynomials.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/Polynomials.hs b/lib/Numeric/GSL/Polynomials.hs
index 3e0cf81..0804c91 100644
--- a/lib/Numeric/GSL/Polynomials.hs
+++ b/lib/Numeric/GSL/Polynomials.hs
@@ -20,7 +20,7 @@ module Numeric.GSL.Polynomials (
20) where 20) where
21 21
22import Data.Packed.Internal 22import Data.Packed.Internal
23import Complex 23import Data.Complex
24import Foreign 24import Foreign
25 25
26{- | Solution of general polynomial equations, using /gsl_poly_complex_solve/. For example, 26{- | Solution of general polynomial equations, using /gsl_poly_complex_solve/. For example,