diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.yaml b/package.yaml index 03236d2..31b7235 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ -name: jotter +name: jottary version: 0.1.0.0 -github: "marvinborner/jotter" +github: "marvinborner/jottary" license: MIT author: "Marvin Borner" maintainer: "git@marvinborner.de" @@ -16,7 +16,7 @@ extra-source-files: # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is # common to point users to the README.md file. -description: Please see the README on GitHub at <https://github.com/githubuser/jotter#readme> +description: Please see the README on GitHub at <https://github.com/githubuser/jottary#readme> dependencies: - base >= 4.7 && < 5 @@ -38,7 +38,7 @@ library: source-dirs: src executables: - jotter: + jottary: main: Main.hs source-dirs: app ghc-options: @@ -48,4 +48,4 @@ executables: - -O3 - -fllvm dependencies: - - jotter + - jottary |