From 73342b651bc52864c2ebfc5788ea6ab30042bc12 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Nov 2013 13:28:44 -0400 Subject: add --- 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