Merge pull request #23 from trofi/master

Setup.hs: unbreak 'runhaskell Setup configure' building mode

Adds autoconf hooks by default; should have no effect for systems building with `make`
This commit is contained in:
Adam C. Foltzer 2014-09-14 12:02:43 -07:00
commit 9d9b8c83f5

View File

@ -7,4 +7,4 @@
-- Portability : portable
import Distribution.Simple
main = defaultMain
main = defaultMainWithHooks autoconfUserHooks