diff options
author | Adam Gundry <adam@well-typed.com> | 2014-11-18 10:17:22 +0000 |
---|---|---|
committer | Adam Gundry <adam@well-typed.com> | 2014-11-18 10:17:22 +0000 |
commit | 7b24febb2afc92289846a1ff7593d9a4ae2b61d1 (patch) | |
tree | 218fb067524582677b40ced852d2c2808885c1df /libraries/integer-gmp2/Setup.hs | |
parent | c0f657fd2549719b2959dbf93fcd744c02427a5c (diff) | |
parent | b9096df6a9733e38e15361e79973ef5659fc5c22 (diff) | |
download | haskell-wip/tc-plugins-amg.tar.gz |
Merge remote-tracking branch 'origin/master' into wip/tc-plugins-amgwip/tc-plugins-amg
Diffstat (limited to 'libraries/integer-gmp2/Setup.hs')
-rw-r--r-- | libraries/integer-gmp2/Setup.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/integer-gmp2/Setup.hs b/libraries/integer-gmp2/Setup.hs new file mode 100644 index 0000000000..54f57d6f11 --- /dev/null +++ b/libraries/integer-gmp2/Setup.hs @@ -0,0 +1,6 @@ +module Main (main) where + +import Distribution.Simple + +main :: IO () +main = defaultMainWithHooks autoconfUserHooks |