-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlogserver.cabal
More file actions
25 lines (24 loc) · 831 Bytes
/
logserver.cabal
File metadata and controls
25 lines (24 loc) · 831 Bytes
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
name: logserver
version: 0.1.0.0
synopsis: An HTTP server which logs POSTed data to a file.
-- description:
license: GPL-3
license-file: LICENSE
author: Steven Taschuk
maintainer: steven@amotlpaa.org
-- copyright:
category: Web
build-type: Simple
cabal-version: >=1.8
executable logserver
main-is: LogServer.hs
-- other-modules:
build-depends: base ==4.6.*
, bytestring ==0.10.*
, encoding ==0.7.*
, http-types ==0.8.*
, mime ==0.4.*
, scotty ==0.9.*
, text ==0.11.*
, transformers ==0.3.*
, warp == 3.0.*