diff options
author | Akshay <[email protected]> | 2020-12-03 06:17:15 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-12-03 06:17:15 +0000 |
commit | 24dade573ba48d83265f88e3850958ff7e3d61bd (patch) | |
tree | af0b9bba02ccd7a1dfa393d85092b8793f04be8b | |
parent | 6bd6cf1350e96011c08652cdbb1dd39279666715 (diff) |
remove Setup.hs
-rw-r--r-- | Setup.hs | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Setup.hs b/Setup.hs deleted file mode 100644 index 9a994af..0000000 --- a/Setup.hs +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | import Distribution.Simple | ||
2 | main = defaultMain | ||
@@ -16,5 +16,5 @@ each day's solution is a separate cabal executable: | |||
16 | or with nix: | 16 | or with nix: |
17 | 17 | ||
18 | 18 | ||
19 | nix-build | 19 | nix-build release.nix |
20 | ./result/bin/DayXX | 20 | ./result/bin/DayXX |