diff options
Diffstat (limited to 'Math/LinProg/Setup.hs')
-rw-r--r-- | Math/LinProg/Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |