25 lines
482 B
Text
25 lines
482 B
Text
|
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
|