update package information
This commit is contained in:
@@ -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
@@ -2,9 +2,9 @@ name: skat
|
|||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
github: "githubuser/skat"
|
github: "githubuser/skat"
|
||||||
license: BSD3
|
license: BSD3
|
||||||
author: "Author name here"
|
author: "flavis"
|
||||||
maintainer: "example@example.com"
|
maintainer: "christian@flavigny.de"
|
||||||
copyright: "2019 Author name here"
|
copyright: "2019"
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
- README.md
|
- README.md
|
||||||
@@ -17,7 +17,7 @@ extra-source-files:
|
|||||||
# To avoid duplicated efforts in documentation and dealing with the
|
# To avoid duplicated efforts in documentation and dealing with the
|
||||||
# complications of embedding Haddock markup inside cabal files, it is
|
# complications of embedding Haddock markup inside cabal files, it is
|
||||||
# common to point users to the README.md file.
|
# 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:
|
dependencies:
|
||||||
- base >= 4.7 && < 5
|
- base >= 4.7 && < 5
|
||||||
|
|||||||
+5
-5
@@ -4,16 +4,16 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: e2db48733c92b94d7f2d8f4991dd2f7cec26d59666cd3c618710a8a3c22616d0
|
-- hash: 7078fc755d3536fcab0640c96ca98d8f9885b803c53bf7c406205785259b93f2
|
||||||
|
|
||||||
name: skat
|
name: skat
|
||||||
version: 0.1.0.0
|
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
|
homepage: https://github.com/githubuser/skat#readme
|
||||||
bug-reports: https://github.com/githubuser/skat/issues
|
bug-reports: https://github.com/githubuser/skat/issues
|
||||||
author: Author name here
|
author: flavis
|
||||||
maintainer: example@example.com
|
maintainer: christian@flavigny.de
|
||||||
copyright: 2019 Author name here
|
copyright: 2019
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|||||||
Reference in New Issue
Block a user