summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal/Common.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-10-15 10:31:45 +0000
committerAlberto Ruiz <aruiz@um.es>2007-10-15 10:31:45 +0000
commit9adf5ded237339dbe41db6c486993c4547396a22 (patch)
treeec36572020d515ffdec785e0f661ef57754a5220 /lib/Data/Packed/Internal/Common.hs
parent9d2073dd2cf7873006b0e831754928f7c0be52b7 (diff)
some windows support
Diffstat (limited to 'lib/Data/Packed/Internal/Common.hs')
-rw-r--r--lib/Data/Packed/Internal/Common.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Data/Packed/Internal/Common.hs b/lib/Data/Packed/Internal/Common.hs
index 75a5b1e..2b3ec28 100644
--- a/lib/Data/Packed/Internal/Common.hs
+++ b/lib/Data/Packed/Internal/Common.hs
@@ -70,6 +70,7 @@ errorCode 2003 = "bad file"
70errorCode 2004 = "singular" 70errorCode 2004 = "singular"
71errorCode 2005 = "didn't converge" 71errorCode 2005 = "didn't converge"
72errorCode 2006 = "the input matrix is not positive definite" 72errorCode 2006 = "the input matrix is not positive definite"
73errorCode 2007 = "not yet supported in this OS"
73errorCode n = "code "++show n 74errorCode n = "code "++show n
74 75
75{- | conversion of Haskell functions into function pointers that can be used in the C side 76{- | conversion of Haskell functions into function pointers that can be used in the C side