about summary refs log blame commit diff
path: root/users/Profpatsch/cas-serve/cas-serve.cabal
blob: 3d988e42273c77947f5c99427810cf37449ea875 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                      
                          









                      

                                 
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 && <5,
        text,
        sqlite-simple,
        http-types,
        wai,
        warp,
        mtl,
        my-prelude,
        bytestring,
        memory,
        cryptonite,

    default-language: Haskell2010