[commit: packages/time] master, wip/travis: Add `Setup.hs` file (5511b80)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:49:20 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/5511b80a884ec945fabfa3ca7ae0107713e5000e
>---------------------------------------------------------------
commit 5511b80a884ec945fabfa3ca7ae0107713e5000e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Oct 14 17:40:36 2014 +0200
Add `Setup.hs` file
This adds a `Setup.hs` appropriate for `build-type: configure`
and makes `cabal check` happy.
>---------------------------------------------------------------
5511b80a884ec945fabfa3ca7ae0107713e5000e
Setup.hs | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Setup.hs b/Setup.hs
new file mode 100644
index 0000000..54f57d6
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,6 @@
+module Main (main) where
+
+import Distribution.Simple
+
+main :: IO ()
+main = defaultMainWithHooks autoconfUserHooks
More information about the ghc-commits
mailing list