aboutsummaryrefslogtreecommitdiffstats
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml24
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