-
Notifications
You must be signed in to change notification settings - Fork 0
/
yeslets.cabal
44 lines (42 loc) · 1.32 KB
/
yeslets.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
name: yeslets
version: 0.1.0.0
synopsis: Initial project template from stack
description: Please see README.md
homepage: http://github.com/githubuser/yeslets#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: [email protected]
copyright: 2010 Author Here
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable yeslets
hs-source-dirs: src
main-is: Main.hs
other-modules: Site
build-depends: base
, wai
, warp
, http-types
, logging
, fn
, fn-extra
, dotenv
, text
, directory
, clientsession
, bytestring
, postgresql-simple
, resource-pool
, mtl
, lens
, xmlhtml
, containers
, dotenv
, filepath
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/githubuser/yeslets