]> git.netwichtig.de Git - user/henk/code/haskell/birch.git/blobdiff - package.yaml
Completed first steps
[user/henk/code/haskell/birch.git] / package.yaml
index 75db005b7bc0802d645f40df5eaaf54f92776cb0..1acd14ebbb24071f38a615a4925ab9ac4bc1d39d 100644 (file)
@@ -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: