-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservant-test.cabal
More file actions
39 lines (37 loc) · 1.22 KB
/
servant-test.cabal
File metadata and controls
39 lines (37 loc) · 1.22 KB
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
-- Initial servant-test.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: servant-test
version: 0.1.0.0
-- synopsis:
-- description:
license: MIT
license-file: LICENSE
author: Chris Reumann
maintainer: chrisreumann@googlemail.com
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable servant-test
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8,
text,
either,
servant,
wai,
warp,
aeson,
servant-server,
servant-client,
servant-jquery,
servant-docs,
opaleye,
profunctors,
product-profunctors,
postgresql-simple,
transformers
-- hs-source-dirs:
default-language: Haskell2010