Skip to content

Commit 62755bc

Browse files
committed
WIP
1 parent 143b673 commit 62755bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

postgresql-libpq-pgconfig/Setup.hs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module Main (main) where
2+
3+
import Distribution.Simple (defaultMainWithHooks, autoconfUserHooks)
4+
5+
main :: IO ()
6+
main = defaultMainWithHooks autoconfUserHooks

0 commit comments

Comments
 (0)