From 9adf5ded237339dbe41db6c486993c4547396a22 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 15 Oct 2007 10:31:45 +0000 Subject: some windows support --- lib/Data/Packed/Internal/Common.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Data/Packed/Internal/Common.hs') 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" errorCode 2004 = "singular" errorCode 2005 = "didn't converge" errorCode 2006 = "the input matrix is not positive definite" +errorCode 2007 = "not yet supported in this OS" errorCode n = "code "++show n {- | conversion of Haskell functions into function pointers that can be used in the C side -- cgit v1.2.3