diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-10-21 18:34:41 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-10-21 18:34:41 +0200 |
commit | 5530bd9742bc73c2c6631c20c942d3ecd4b81505 (patch) | |
tree | 15f5234c63410e27683e1b071d7263cbd233e9a8 /package.yaml | |
parent | 853539c80ebe2124ff9191b48f717a4386d5faee (diff) |
Completed first steps
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.yaml b/package.yaml index 75db005..1acd14e 100644 --- a/package.yaml +++ b/package.yaml @@ -1,10 +1,10 @@ name: birch version: 0.1.0.0 github: "githubuser/birch" -license: BSD3 +license: GPL author: "Hendrik Jaeger" maintainer: "code@henk.geekmail.org" -copyright: "GPL" +copyright: "2019" extra-source-files: - README.md @@ -17,16 +17,17 @@ 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/birch#readme> +description: bot for IRC in Haskell dependencies: - base >= 4.7 && < 5 +- network library: source-dirs: src executables: - birch-exe: + birch: main: Main.hs source-dirs: app ghc-options: |