-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfay-builder.cabal
37 lines (34 loc) · 1.1 KB
/
fay-builder.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
name: fay-builder
version: 0.2.0.5
synopsis: Compile Fay code on cabal install, and ad-hoc recompile during development
description: Compile Fay code on cabal install, and ad-hoc recompile during development
license: BSD3
license-file: LICENSE
author: Silk B.V.
bug-reports: https://github.com/silkapp/fay-builder/issues
maintainer: [email protected]
copyright: 2013 Silk B.V.
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/silkapp/fay-builder.git
library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
exposed-modules: Fay.Builder
build-depends:
base >= 4.5 && < 4.10
, Cabal >= 1.4 && < 1.26
, data-default >= 0.5.3 && < 0.8
, directory >= 1.1 && < 1.4
, fay >= 0.20 && < 0.24
, filepath >= 1.3 && < 1.5
, safe == 0.3.*
, split >= 0.2.2 && < 0.3
, text >= 0.11 && < 1.3