diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-08 13:21:58 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-08 13:21:58 +0200 |
| commit | 34a0e2ac24bc0b2ac7d98124e54eb2a2d1635d83 (patch) | |
| tree | 3fe6b5b520cf695832535ff86845a72d6fcf0122 /package.yaml | |
| parent | 723fa29e5ceb2f7ee4a13632ccfe3acf5e8808c2 (diff) | |
Add correct data to project files
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package.yaml b/package.yaml index e8c18e7..8efb1aa 100644 --- a/package.yaml +++ b/package.yaml @@ -1,14 +1,14 @@ -name: lang +name: milch version: 0.1.0.0 -github: "githubuser/lang" -license: BSD3 -author: "Author name here" -maintainer: "example@example.com" -copyright: "2022 Author name here" +github: "jantuomi/milch" +license: MIT +author: "Jan Tuomi" +maintainer: "jans.tuomi@gmail.com" +copyright: "2022 Jan Tuomi" extra-source-files: - README.md -- CHANGELOG.md +- TODO.txt # Metadata used when publishing your package # synopsis: Short description of your package @@ -17,7 +17,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/lang#readme> +description: Please see the README on GitHub at <https://github.com/jantuomi/milch#readme> dependencies: - base >= 4.7 && < 5 @@ -46,7 +46,7 @@ library: source-dirs: src executables: - lang-exe: + milch: main: Main.hs source-dirs: app ghc-options: @@ -54,10 +54,10 @@ executables: - -rtsopts - -with-rtsopts=-N dependencies: - - lang + - milch tests: - lang-test: + milch-test: main: Spec.hs source-dirs: test ghc-options: @@ -65,4 +65,4 @@ tests: - -rtsopts - -with-rtsopts=-N dependencies: - - lang + - milch |
