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 --- configure.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configure.hs (limited to 'configure.hs') diff --git a/configure.hs b/configure.hs new file mode 100644 index 0000000..15833e6 --- /dev/null +++ b/configure.hs @@ -0,0 +1,6 @@ +{- configure program -} + +import Build.Configure + +main :: IO () +main = run tests -- cgit v1.2.3