Reflect recent administrative changes on the project structure
This commit is contained in:
parent
b63c06a317
commit
645c2b2e32
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ description: This is a library to represent the cards and the players
|
||||||
new game and playing moves. Its approach is move-by-move :
|
new game and playing moves. Its approach is move-by-move :
|
||||||
a game's state is computed from the previous state and a
|
a game's state is computed from the previous state and a
|
||||||
move.
|
move.
|
||||||
homepage: https://framagit.org/sasha/hanafuda
|
homepage: https://framagit.org/hanafuda
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Sasha
|
author: Sasha
|
||||||
|
@ -25,7 +25,7 @@ extra-source-files: ChangeLog.md
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://framagit.org/sasha/hanafuda
|
location: https://framagit.org/hanafuda/lib
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Hanafuda
|
exposed-modules: Hanafuda
|
||||||
|
|
Loading…
Reference in a new issue