From 34a0e2ac24bc0b2ac7d98124e54eb2a2d1635d83 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 8 Dec 2022 13:21:58 +0200 Subject: Add correct data to project files --- package.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'package.yaml') 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 +description: Please see the README on GitHub at 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 -- cgit v1.3