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