commit 5523b434c4f55819d7a40abd191d2df9bee66db0 parent e5320419599b59e1d1b66bfeb1dc352f2f317cb2 Author: Jared Tobin <jared@jtobin.ca> Date: Thu, 8 Oct 2015 21:21:47 +1300 Update gitignore. Diffstat:
M | .gitignore | | | 1 | - |
A | Setup.hs | | | 2 | ++ |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -2,7 +2,6 @@ *swp .DS_Store dist -Setup.hs *.hi *.o demos diff --git a/Setup.hs b/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain