We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4710b commit cae2893Copy full SHA for cae2893
src/Database/PostgreSQL/LibPQ.hsc renamed to src/Database/PostgreSQL/LibPQ.hs
@@ -37,6 +37,7 @@
37
--
38
-----------------------------------------------------------------------------
39
40
+{-# LANGUAGE CPP #-}
41
{-# LANGUAGE ForeignFunctionInterface #-}
42
{-# LANGUAGE EmptyDataDecls #-}
43
{-# LANGUAGE OverloadedStrings #-}
@@ -212,10 +213,6 @@ module Database.PostgreSQL.LibPQ
212
213
)
214
where
215
-#include <libpq-fe.h>
216
-#include <libpq/libpq-fs.h>
217
-#include "noticehandlers.h"
218
-
219
import Prelude hiding ( print )
220
import Foreign
221
import Foreign.C.Types
0 commit comments