-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathboustro.cabal
40 lines (37 loc) · 1.21 KB
/
boustro.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
-- Initial boustro.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: boustro
version: 0.1.0.0
synopsis: reading in comfort
homepage: http://boustro.com
license-file: LICENSE
license: MIT
author: Roy Blankman
maintainer: riblankman@gmail.com
category: Web
build-type: Simple
cabal-version: >=1.10
description: Boustrophedon Syndicate's website
source-repository head
type: git
location: https://github.com/aupiff/boustro
executable boustro
main-is: Main.hs
hs-source-dirs: backend
build-depends: base >=4.7 && <5
, bytestring
, hyphenation
, aeson
, xmlhtml
, text
, time
, transformers
, mtl
, lens
, lucid
, servant
, servant-lucid
, servant-server
, wai
, warp
default-language: Haskell2010