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