aboutsummaryrefslogtreecommitdiff
path: root/server/cafp.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-13 19:19:22 +0200
committerJasper Van der Jeugt2020-08-13 19:19:22 +0200
commit8d5c0405565ad4afd976efd1262b3224efd6ee2f (patch)
tree8d24ecb97212d54943d104ed95f1fda4dea7c1fd /server/cafp.cabal
parenta39fe7ff759a552c64a060f0d98a0d4e8a577b01 (diff)
cafp -> uplcg
Diffstat (limited to 'server/cafp.cabal')
-rw-r--r--server/cafp.cabal63
1 files changed, 0 insertions, 63 deletions
diff --git a/server/cafp.cabal b/server/cafp.cabal
deleted file mode 100644
index a0eded7..0000000
--- a/server/cafp.cabal
+++ /dev/null
@@ -1,63 +0,0 @@
-Name: cafp
-Version: 0.1.0
-Synopsis: Cards Against Functional Programming
-License: BSD3
-License-file: LICENSE
-Author: Jasper Van der Jeugt <m@jaspervdj.be>
-Maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
-Copyright: 2020 Jasper Van der Jeugt <m@jaspervdj.be>
-Category: Language
-Build-type: Simple
-Cabal-version: 1.18
-
-Library
- Default-language: Haskell2010
- Ghc-options: -Wall
- Hs-source-dirs: lib
-
- Exposed-modules:
- Cafp.CookieSocket
- Cafp.Game
- Cafp.Messages
- Cafp.Main.GenerateElmTypes
- Cafp.Main.Server
-
- Build-depends:
- aeson >= 1.4 && < 1.5,
- async >= 2.2 && < 2.3,
- base >= 4.9 && < 5,
- bytestring >= 0.10 && < 0.11,
- elm-bridge >= 0.5 && < 0.6,
- fast-logger >= 3.0 && < 3.1,
- hashable >= 1.3 && < 1.4,
- lens >= 4.18 && < 4.19,
- mtl >= 2.2 && < 2.3,
- random >= 1.1 && < 1.2,
- scotty >= 0.11 && < 0.12,
- stm >= 2.5 && < 2.6,
- text >= 1.2 && < 1.3,
- time >= 1.9 && < 1.10,
- unordered-containers >= 0.2 && < 0.3,
- uuid >= 1.3 && < 1.4,
- vector >= 0.12 && < 0.13,
- vector-algorithms >= 0.8 && < 0.9,
- vector-instances >= 3.4 && < 3.5,
- vector-shuffling >= 1.1 && < 1.2,
- wai >= 3.2 && < 3.3,
- wai-websockets >= 3.0 && < 3.1,
- warp >= 3.3 && < 3.4,
- websockets >= 0.12 && < 0.13
-
-Executable cafp-generate-elm-types
- Hs-source-dirs: src
- Main-is: GenerateElmTypes.hs
- Default-language: Haskell2010
- Ghc-options: -Wall
- Build-depends: base, cafp
-
-Executable cafp-server
- Hs-source-dirs: src
- Main-is: Server.hs
- Default-language: Haskell2010
- Ghc-options: -Wall -O2 -threaded -rtsopts "-with-rtsopts=-N"
- Build-depends: base, cafp