From 5530bd9742bc73c2c6631c20c942d3ecd4b81505 Mon Sep 17 00:00:00 2001 From: Hendrik Jaeger Date: Mon, 21 Oct 2019 18:34:41 +0200 Subject: Completed first steps --- package.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'package.yaml') 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 +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: -- cgit v1.2.3