From 10dd5dc7fef792b271d8fbbdf8222a12a910fe92 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 6 Oct 2014 16:59:31 +1100 Subject: Initial implementation of EDSL and LP output formatter --- Math/LinProg/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Math/LinProg/Setup.hs (limited to 'Math/LinProg/Setup.hs') diff --git a/Math/LinProg/Setup.hs b/Math/LinProg/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/Math/LinProg/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- cgit v1.2.3