diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-01-08 13:55:57 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-01-08 13:55:57 +0100 |
commit | 5eba1bc309d7845366e8d00849d85426bf8f666d (patch) | |
tree | c35efda048ec3211325f984bcabe9626810d5afd /packages/special/lib/Numeric/GSL/Special/Internal.hsc | |
parent | 8878aaaf649962f4360a94109a674da756ad2202 (diff) |
update other pkgs to ghc-7.10
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/Internal.hsc')
-rw-r--r-- | packages/special/lib/Numeric/GSL/Special/Internal.hsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/special/lib/Numeric/GSL/Special/Internal.hsc b/packages/special/lib/Numeric/GSL/Special/Internal.hsc index e7c38e8..a9aab9b 100644 --- a/packages/special/lib/Numeric/GSL/Special/Internal.hsc +++ b/packages/special/lib/Numeric/GSL/Special/Internal.hsc | |||
@@ -33,7 +33,7 @@ import Foreign.Storable | |||
33 | import Foreign.Ptr | 33 | import Foreign.Ptr |
34 | import Foreign.Marshal | 34 | import Foreign.Marshal |
35 | import System.IO.Unsafe(unsafePerformIO) | 35 | import System.IO.Unsafe(unsafePerformIO) |
36 | import Data.Packed.Development(check,(//)) | 36 | import Numeric.LinearAlgebra.Devel(check,(//)) |
37 | import Foreign.C.Types | 37 | import Foreign.C.Types |
38 | 38 | ||
39 | data Precision = PrecDouble | PrecSingle | PrecApprox | 39 | data Precision = PrecDouble | PrecSingle | PrecApprox |