From 4f5057b13f98c1d8929e59b1f8b619bb7b31d640 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sat, 11 Jan 2020 21:24:16 +0100 Subject: [PATCH] Rename cabal package --- hanafuda-webapp.cabal => hanafuda-server.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename hanafuda-webapp.cabal => hanafuda-server.cabal (88%) diff --git a/hanafuda-webapp.cabal b/hanafuda-server.cabal similarity index 88% rename from hanafuda-webapp.cabal rename to hanafuda-server.cabal index 03a8a88..6c2571b 100644 --- a/hanafuda-webapp.cabal +++ b/hanafuda-server.cabal @@ -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