summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Development.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/Packed/Development.hs')
-rw-r--r--lib/Data/Packed/Development.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Data/Packed/Development.hs b/lib/Data/Packed/Development.hs
index a9e6ac2..9f723b4 100644
--- a/lib/Data/Packed/Development.hs
+++ b/lib/Data/Packed/Development.hs
@@ -22,7 +22,8 @@ module Data.Packed.Development (
22 app1, app2, app3, app4, 22 app1, app2, app3, app4,
23 MatrixOrder(..), orderOf, cmat, fmat, 23 MatrixOrder(..), orderOf, cmat, fmat,
24 unsafeFromForeignPtr, 24 unsafeFromForeignPtr,
25 unsafeToForeignPtr 25 unsafeToForeignPtr,
26 check, (//)
26) where 27) where
27 28
28import Data.Packed.Internal 29import Data.Packed.Internal