X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=package.yaml;h=82722319bd1a21989dfcb182ef719ef968afaabe;hb=HEAD;hp=75db005b7bc0802d645f40df5eaaf54f92776cb0;hpb=853539c80ebe2124ff9191b48f717a4386d5faee;p=user%2Fhenk%2Fcode%2Fhaskell%2Fbirch.git diff --git a/package.yaml b/package.yaml index 75db005..8272231 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,18 @@ 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: bot for IRC in Haskell dependencies: - base >= 4.7 && < 5 +- network +- transformers library: source-dirs: src executables: - birch-exe: + birch: main: Main.hs source-dirs: app ghc-options: