diff options
-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 |