-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGrafs.cabal
29 lines (27 loc) · 1.13 KB
/
Grafs.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
-- Initial Grafs.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: Grafs
version: 0.1.0.0
synopsis: Generic Registering and Form Service
-- description:
license: MIT
license-file: LICENSE
author: uwap
maintainer: me@uwap.name
-- copyright:
category: Web
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
executable Grafs
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.10, optparse-applicative >= 0.12 && < 1.0,
servant-lucid >= 0.7 && < 1.0, servant-server >= 0.9 && < 1.0,
warp >= 3.2.8 && < 4.0, protolude >= 0.1.7 && < 0.2, lucid >= 2.9 && < 3.0,
digestive-functors >= 0.8.0 && < 0.9.0, digestive-functors-lucid >= 0.0.0.4 && < 0.0.1,
aeson, containers, text
default-extensions: NoImplicitPrelude
hs-source-dirs: src
default-language: Haskell2010