diff --git a/xman-hs.cabal b/xman.cabal similarity index 95% rename from xman-hs.cabal rename to xman.cabal index 178ef2d..ad74c02 100644 --- a/xman-hs.cabal +++ b/xman.cabal @@ -6,7 +6,7 @@ cabal-version: 1.12 -- -- hash: 32a585abcde8be89acd003c83fd878360a2fa7ed9a02418cbcbf6539cfd85401 -name: xman-hs +name: xman version: 0.1.0.0 description: Please see the README on GitHub at homepage: https://github.com/ndwarshuis/xman-hs#readme @@ -21,7 +21,7 @@ build-type: Simple extra-source-files: README.md -executable xman-hs +executable xman main-is: Main.hs hs-source-dirs: app