Skip to content

Commit cae2893

Browse files
committed
Convert main module into ordinary Haskell file
1 parent 6c4710b commit cae2893

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Database/PostgreSQL/LibPQ.hsc renamed to src/Database/PostgreSQL/LibPQ.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
--
3838
-----------------------------------------------------------------------------
3939

40+
{-# LANGUAGE CPP #-}
4041
{-# LANGUAGE ForeignFunctionInterface #-}
4142
{-# LANGUAGE EmptyDataDecls #-}
4243
{-# LANGUAGE OverloadedStrings #-}
@@ -212,10 +213,6 @@ module Database.PostgreSQL.LibPQ
212213
)
213214
where
214215

215-
#include <libpq-fe.h>
216-
#include <libpq/libpq-fs.h>
217-
#include "noticehandlers.h"
218-
219216
import Prelude hiding ( print )
220217
import Foreign
221218
import Foreign.C.Types

0 commit comments

Comments
 (0)