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 143b673 commit 62755bcCopy full SHA for 62755bc
postgresql-libpq-pgconfig/Setup.hs
@@ -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