diff options
Diffstat (limited to 'lib/Data/Packed/Internal/Common.hs')
-rw-r--r-- | lib/Data/Packed/Internal/Common.hs | 1 |
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" | |||
70 | errorCode 2004 = "singular" | 70 | errorCode 2004 = "singular" |
71 | errorCode 2005 = "didn't converge" | 71 | errorCode 2005 = "didn't converge" |
72 | errorCode 2006 = "the input matrix is not positive definite" | 72 | errorCode 2006 = "the input matrix is not positive definite" |
73 | errorCode 2007 = "not yet supported in this OS" | ||
73 | errorCode n = "code "++show n | 74 | errorCode 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 |