Browse Source

update package information

master
flavis 6 years ago
parent
commit
98e875eeea
3 changed files with 13 additions and 9 deletions
  1. +4
    -1
      README.md
  2. +4
    -4
      package.yaml
  3. +5
    -4
      skat.cabal

+ 4
- 1
README.md 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
package.yaml View File

@@ -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"
maintainer: "example@example.com"
copyright: "2019 Author name here"
author: "flavis"
maintainer: "christian@flavigny.de"
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
- 4
skat.cabal View File

@@ -4,16 +4,16 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- 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
maintainer: example@example.com
copyright: 2019 Author name here
author: flavis
maintainer: christian@flavigny.de
copyright: 2019
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
build-type: Simple build-type: Simple


Loading…
Cancel
Save