From a4f3e112954e1b785c84c339bcbd83597a89335e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Dec 2013 15:02:21 -0400 Subject: git-repair (1.20131203) unstable; urgency=low * Fix build deps. Closes: #731179 # imported from the archive --- Setup.hs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Setup.hs (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs new file mode 100644 index 0000000..03c23a3 --- /dev/null +++ b/Setup.hs @@ -0,0 +1,14 @@ +{- cabal setup file -} + +import Distribution.Simple +import Distribution.Simple.Setup + +import qualified Build.Configure as Configure + +main = defaultMainWithHooks simpleUserHooks + { preConf = configure + } + +configure _ _ = do + Configure.run Configure.tests + return (Nothing, []) -- cgit v1.2.3