packages feed

Cabal revisions of tibetan-utils-0.1.0.0

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

revision 1
-name: tibetan-utils-version: 0.1.0.0-cabal-version: >=1.10-build-type: Simple-license: BSD3-license-file: LICENSE-copyright: Copyright: (c) 2016 Vanessa McHale-maintainer: tmchale@wisc.edu-homepage: https://github.com/vmchale/tibetan-utils#readme-synopsis: Initial project template from stack-description:-    Please see README.md-category: Web-author: Vanessa McHale-extra-source-files:-    README.md--source-repository head-    type: git-    location: https://github.com/vmchale/tibetan-utils--library-    exposed-modules:-        Text.Megaparsec.Lexer.Tibetan-        Text.Megaparsec.Char.Tibetan-        TextShow.Data.Integral.Tibetan-    build-depends:-        base >=4.7 && <5,-        megaparsec >=5.0.1 && <5.1,-        text >=1.2.2.1 && <1.3,-        composition >=1.0.2.1 && <1.1,-        text-show ==3.4.*,-        either >=4.4.1.1 && <4.5-    default-language: Haskell2010-    default-extensions: OverloadedStrings-    hs-source-dirs: src--test-suite tibetan-utils-test-    type: exitcode-stdio-1.0-    main-is: Spec.hs-    build-depends:-        base >=4.9.0.0 && <4.10,-        tibetan-utils >=0.1.0.0 && <0.2,-        hspec >=2.2.4 && <2.3,-        hspec-megaparsec >=0.2.1 && <0.3,-        text >=1.2.2.1 && <1.3,-        megaparsec >=5.0.1 && <5.1-    default-language: Haskell2010-    hs-source-dirs: test-    ghc-options: -threaded -rtsopts -with-rtsopts=-N+name: tibetan-utils
+version: 0.1.0.0
+x-revision: 1
+cabal-version: >=1.10
+build-type: Simple
+license: BSD3
+license-file: LICENSE
+copyright: Copyright: (c) 2016 Vanessa McHale
+maintainer: tmchale@wisc.edu
+homepage: https://github.com/vmchale/tibetan-utils#readme
+synopsis: Initial project template from stack
+description:
+    Please see README.md
+category: Web
+author: Vanessa McHale
+extra-source-files:
+    README.md
+
+source-repository head
+    type: git
+    location: https://github.com/vmchale/tibetan-utils
+
+library
+    exposed-modules:
+        Text.Megaparsec.Lexer.Tibetan
+        Text.Megaparsec.Char.Tibetan
+        TextShow.Data.Integral.Tibetan
+    build-depends:
+        base >=4.8 && <5,
+        megaparsec >=5.0.1 && <5.1,
+        text >=1.2.2.1 && <1.3,
+        composition >=1.0.2.1 && <1.1,
+        text-show ==3.4.*,
+        either >=4.4.1.1 && <4.5
+    default-language: Haskell2010
+    default-extensions: OverloadedStrings
+    hs-source-dirs: src
+
+test-suite tibetan-utils-test
+    type: exitcode-stdio-1.0
+    main-is: Spec.hs
+    build-depends:
+        base >=4.9.0.0 && <4.10,
+        tibetan-utils >=0.1.0.0 && <0.2,
+        hspec >=2.2.4 && <2.3,
+        hspec-megaparsec >=0.2.1 && <0.3,
+        text >=1.2.2.1 && <1.3,
+        megaparsec >=5.0.1 && <5.1
+    default-language: Haskell2010
+    hs-source-dirs: test
+    ghc-options: -threaded -rtsopts -with-rtsopts=-N