summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/LAPACK.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/src/Internal/LAPACK.hs')
-rw-r--r--packages/base/src/Internal/LAPACK.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/base/src/Internal/LAPACK.hs b/packages/base/src/Internal/LAPACK.hs
index 27d1f95..373b7a2 100644
--- a/packages/base/src/Internal/LAPACK.hs
+++ b/packages/base/src/Internal/LAPACK.hs
@@ -23,6 +23,7 @@ import Data.Bifunctor (first)
23import Internal.Devel 23import Internal.Devel
24import Internal.Vector 24import Internal.Vector
25import Internal.Matrix hiding ((#), (#!)) 25import Internal.Matrix hiding ((#), (#!))
26import Internal.Specialized
26import Internal.Conversion 27import Internal.Conversion
27import Internal.Element 28import Internal.Element
28import Foreign.Ptr(nullPtr) 29import Foreign.Ptr(nullPtr)