-
Notifications
You must be signed in to change notification settings - Fork 0
/
haroonga-httpd.cabal
41 lines (37 loc) · 1.6 KB
/
haroonga-httpd.cabal
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
30
31
32
33
34
35
36
37
38
39
40
41
-- Initial Haroonga-httpd.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: haroonga-httpd
version: 0.1.1.0
synopsis: Yet another Groonga http server.
description: Yet another Groonga http server written in Haskell.
license: LGPL-2.1
license-file: LICENSE
author: cosmo0920
maintainer: [email protected]
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable haroonga-httpd
main-is: Main.hs
other-modules: Web.Groonga.Server
Web.Groonga.App
default-extensions: OverloadedStrings,
CPP
build-depends: base >= 4.6 && < 5
, directory >= 1.2 && < 1.3
, time >= 1.4 && < 1.6
, old-locale >= 1.0 && < 1.1
, text >= 1.2 && < 2.0
, transformers >= 0.3 && < 0.5
, scotty >= 0.9 && < 1.0
, http-types >= 0.8 && < 0.9
, wai-extra >= 3.0 && < 3.1
, optparse-applicative >= 0.11 && < 0.12
, haroonga >= 0.1.0.0 && < 0.2.0.0
hs-source-dirs: .
default-language: Haskell2010
source-repository head
type: git
location: [email protected]:haroonga/haroonga.git