Rename cabal package
This commit is contained in:
parent
2798242dec
commit
4f5057b13f
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
-- Initial hanafudapi.cabal generated by cabal init. For further
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: hanafuda-webapp
|
||||
name: hanafuda-server
|
||||
version: 0.2.3.0
|
||||
synopsis: A webapp for the Haskell hanafuda library
|
||||
-- description:
|
||||
homepage: https://git.marvid.fr/hanafuda
|
||||
homepage: https://git.marvid.fr/hanafuda/server
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Tissevert
|
||||
|
@ -17,7 +17,7 @@ extra-source-files: ChangeLog.md
|
|||
cabal-version: >=1.10
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://git.marvid.fr/hanafuda/webapp
|
||||
location: https://git.marvid.fr/hanafuda/server
|
||||
|
||||
executable hanafudapi
|
||||
main-is: Main.hs
|
||||
|
@ -37,7 +37,7 @@ executable hanafudapi
|
|||
, containers >= 0.5.9
|
||||
, unordered-containers
|
||||
, hanafuda >= 0.3.3
|
||||
, hanafuda-APILanguage >= 0.1.0
|
||||
, hanafuda-protocol >= 0.1.0
|
||||
, http-types
|
||||
, aeson
|
||||
, mtl
|
Loading…
Reference in a new issue