Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278897 | Differences between
and this patch

Collapse All | Expand All

(-)hsql-sqlite3-1.7/Database/HSQL/SQLite3.hsc.orig (+4 lines)
Lines 19-25 Link Here
19
import Foreign.C
19
import Foreign.C
20
import System.IO
20
import System.IO
21
import Control.Monad(when)
21
import Control.Monad(when)
22
#if __GLASGOW_HASKELL__ < 610
22
import Control.Exception(throwDyn)
23
import Control.Exception(throwDyn)
24
#else
25
import Control.OldException(throwDyn)
26
#endif
23
import Control.Concurrent.MVar
27
import Control.Concurrent.MVar
24
28
25
#include <fcntl.h>
29
#include <fcntl.h>

Return to bug 278897