fay-text-0.3.1: fay-text.cabal
name: fay-text
version: 0.3.1
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: adam@bergmark.nl
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.19 && < 0.22
, fay-base == 0.19.*