aboutsummaryrefslogtreecommitdiffstats
path: root/Setup.hs
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2018-05-17 09:42:44 -0800
committerRaymond Hogenson <rhogenson@posteo.net>2018-05-17 09:43:54 -0800
commit78001436a52a4cc9b5e22bca489fb8ed09a72376 (patch)
tree0c88a126b1169000d6312d21792b10e8724fab6f /Setup.hs
downloadhsc-78001436a52a4cc9b5e22bca489fb8ed09a72376.tar.zst
Write a calculator
It's pretty nice. It works for what I want. I don't think I have any complaints about its functionality. I'll add new functions as I need them. Haskell is actually really easy to program in. I wonder actually if this would have been easier in Python. I think no.
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Setup.hs b/Setup.hs
new file mode 100644
index 0000000..9a994af
--- /dev/null
+++ b/Setup.hs
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain