update package information

This commit is contained in:
2019-08-26 11:52:58 +02:00
parent 08e94e4386
commit 98e875eeea
3 changed files with 13 additions and 10 deletions
+4 -1
View File
@@ -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.
+4 -4
View File
@@ -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 <https://github.com/githubuser/skat#readme>
description: Please see the README on Gitea at <https://git.flavigny.de/christian/skat>
dependencies:
- base >= 4.7 && < 5
+5 -5
View File
@@ -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 <https://github.com/githubuser/skat#readme>
description: Please see the README on Gitea at <https://git.flavigny.de/christian/skat>
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