Changed path to repo and readme
[advent-of-code-16.git] / adventofcode1602 / adventofcode1602.cabal
index 1e4aa7d2aa2f9ec60ba042344ac0d76ad071d95e..88a8162c804a62067fe6bb456847c24dfeb821c6 100644 (file)
@@ -2,7 +2,7 @@ name:                adventofcode1602
 version:             0.1.0.0
 synopsis:            Initial project template from stack
 description:         Please see README.md
-homepage:            https://github.com/neilnjae/adventofcode16#readme
+homepage:            https://git.njae.me.uk/?p=advent-of-code-16.git;a=blob_plain;f=README.html
 license:             BSD3
 license-file:        LICENSE
 author:              Neil Smith
@@ -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
@@ -41,4 +41,4 @@ test-suite adventofcode1602-test
 
 source-repository head
   type:     git
-  location: https://github.com/neilnjae/adventofcode16
+  location: git@git.njae.me.uk:advent-of-code-16