-
Notifications
You must be signed in to change notification settings - Fork 0
/
formalin.cabal
49 lines (41 loc) · 1.38 KB
/
formalin.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
42
43
44
45
46
47
48
49
cabal-version : 3.0
name : formalin
version : 0.0.0.0
category : Data
synopsis : Simple structured HTML forms.
description : Please see the README.
homepage : https://github.com/mastarija/formalin#readme
bug-reports : https://github.com/mastarija/formalin/issues
author : Luka Hadžiegrić
maintainer : luka@mastarija.com
license : MIT
-- license-file : LICENSE
copyright : Copyright (C) Luka Hadžiegrić 2022
source-repository head
type : git
location : https://github.com/mastarija/formalin
common core
ghc-options : -Wall
build-depends : base
, text
, wai
, warp
, servant
, servant-server
, http-media
, bytestring
, lucid
, http-api-data
, attoparsec
, aeson
, vector
default-language : Haskell2010
library
import : core
hs-source-dirs : lib
exposed-modules : Formalin
, Formalin.Test
, Formalin.Model
, Formalin.Parser
, Formalin.Builder
, Formalin.Servant