packages feed

Cabal revisions of fay-text-0.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                fay-text-version:             0.3-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-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-  build-depends: text-               , fay      >= 0.18-               , fay-base >= 0.18+name:                fay-text
+version:             0.3
+x-revision: 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@edea.se
+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
+  build-depends: text
+               , fay      >= 0.18
+               , fay-base >= 0.18 && < 0.19.3