Rename cabal package

This commit is contained in:
Tissevert 2020-01-11 21:24:16 +01:00
parent 2798242dec
commit 4f5057b13f

View File

@ -1,11 +1,11 @@
-- Initial hanafudapi.cabal generated by cabal init. For further -- Initial hanafudapi.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/ -- documentation, see http://haskell.org/cabal/users-guide/
name: hanafuda-webapp name: hanafuda-server
version: 0.2.3.0 version: 0.2.3.0
synopsis: A webapp for the Haskell hanafuda library synopsis: A webapp for the Haskell hanafuda library
-- description: -- description:
homepage: https://git.marvid.fr/hanafuda homepage: https://git.marvid.fr/hanafuda/server
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Tissevert author: Tissevert
@ -17,7 +17,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://git.marvid.fr/hanafuda/webapp location: https://git.marvid.fr/hanafuda/server
executable hanafudapi executable hanafudapi
main-is: Main.hs main-is: Main.hs
@ -37,7 +37,7 @@ executable hanafudapi
, containers >= 0.5.9 , containers >= 0.5.9
, unordered-containers , unordered-containers
, hanafuda >= 0.3.3 , hanafuda >= 0.3.3
, hanafuda-APILanguage >= 0.1.0 , hanafuda-protocol >= 0.1.0
, http-types , http-types
, aeson , aeson
, mtl , mtl