From 98e875eeea3e7923c200a705989c9437234f3b16 Mon Sep 17 00:00:00 2001 From: flavis Date: Mon, 26 Aug 2019 11:52:58 +0200 Subject: [PATCH] update package information --- README.md | 5 ++++- package.yaml | 8 ++++---- skat.cabal | 10 +++++----- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 41b815a..e9ef5f0 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# skat +# Skat + +This is a Haskell implementation of the famous german card game Skat. It provides +a library implementing all the game mechanics and a simple AI. diff --git a/package.yaml b/package.yaml index d17a689..6f0fe91 100644 --- a/package.yaml +++ b/package.yaml @@ -2,9 +2,9 @@ name: skat version: 0.1.0.0 github: "githubuser/skat" license: BSD3 -author: "Author name here" -maintainer: "example@example.com" -copyright: "2019 Author name here" +author: "flavis" +maintainer: "christian@flavigny.de" +copyright: "2019" extra-source-files: - README.md @@ -17,7 +17,7 @@ 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: Please see the README on Gitea at dependencies: - base >= 4.7 && < 5 diff --git a/skat.cabal b/skat.cabal index 2f5a2b7..a59dc38 100644 --- a/skat.cabal +++ b/skat.cabal @@ -4,16 +4,16 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: e2db48733c92b94d7f2d8f4991dd2f7cec26d59666cd3c618710a8a3c22616d0 +-- hash: 7078fc755d3536fcab0640c96ca98d8f9885b803c53bf7c406205785259b93f2 name: skat version: 0.1.0.0 -description: Please see the README on GitHub at +description: Please see the README on Gitea at homepage: https://github.com/githubuser/skat#readme bug-reports: https://github.com/githubuser/skat/issues -author: Author name here -maintainer: example@example.com -copyright: 2019 Author name here +author: flavis +maintainer: christian@flavigny.de +copyright: 2019 license: BSD3 license-file: LICENSE build-type: Simple