Better naming of source files
[advent-of-code-16.git] / adventofcode1601 / adventofcode1601.cabal
index a152de7c7b0119ffa73b48b8f5fb05bb11c1a09f..3c5289ae244f44d48ec92b8629a5418a9be74eb6 100644 (file)
@@ -20,7 +20,7 @@ library
 
 executable advent01
   hs-source-dirs:      app
-  main-is:             Main.hs
+  main-is:             advent01.hs
   ghc-options:         -O2 -threaded -rtsopts -with-rtsopts=-N
   build-depends:       base
                      , adventofcode1601