about summary refs log tree commit diff
path: root/users/Profpatsch/cas-serve/cas-serve.cabal
blob: 8740e8737de8bc5263c9733d2f3f63368cc403a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cabal-version:      2.4
name:               cas-serve
version:            0.1.0.0
author:             Profpatsch
maintainer:         mail@profpatsch.de

executable cas-serve
    main-is:          CasServe.hs

    build-depends:
        base ^>=4.15.1.0,
        text,
        sqlite-simple,
        http-types,
        wai,
        warp,
        mtl,
        my-prelude,
        bytestring,
        memory,
        cryptonite,
        superrecord

    default-language: Haskell2010