-
Notifications
You must be signed in to change notification settings - Fork 2
/
fay-text.cabal
31 lines (29 loc) · 1.12 KB
/
fay-text.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
name: fay-text
version: 0.3.2.2
synopsis: Fay Text type represented as JavaScript strings
description: Text type represented as JavaScript strings for Fay and Data.Text for GHC. Use with OverloadedStrings and RebindableSyntax to have Fay treat string literals as Text.
homepage: https://github.com/faylang/fay-text
bug-reports: https://github.com/faylang/fay-text/issues
license: MIT
license-file: LICENSE
author: Michael Snoyman, Adam Bergmark
maintainer: [email protected]
copyright: 2013 Michael Snoyman, Adam Bergmark
category: Data, Fay, Text
build-type: Simple
cabal-version: >=1.8
extra-source-files:
README.md
CHANGELOG.md
data-files: src/Fay/Text.hs, src/Fay/Text/Type.hs
source-repository head
type: git
location: https://github.com/faylang/fay-text.git
library
exposed: False
hs-source-dirs: src
exposed-modules: Fay.Text, Fay.Text.Type
ghc-options: -Wall
build-depends: text < 1.3
, fay >= 0.21.2 && < 0.25
, fay-base >= 0.19.4 && < 0.22