fay-text-0.2.0.0: fay-text.cabal
name: fay-text
version: 0.2.0.0
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@edea.se
copyright: 2013 Michael Snoyman, Adam Bergmark
category: Data, Fay, Text
build-type: Simple
cabal-version: >=1.8
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
build-depends: text
, fay >= 0.18
, fay-base >= 0.18