aboutsummaryrefslogtreecommitdiff
path: root/server/cafp.cabal
blob: 08b479c993c2bcf8d3e643f40b3615864937ae8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.Messages

  Build-depends:
    base >= 4.9 && < 5

Executable cafp-generate-types
  Hs-source-dirs:    src
  Main-is:           GenerateTypes.hs
  Default-language:  Haskell2010
  Ghc-options:       -Wall
  build-depends:     base, cafp