packages feed

Cabal revisions of tibetan-utils-0.1.1.3

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

revision 1
-name:                tibetan-utils-version:             0.1.1.3-synopsis:            Parse and display tibetan numerals-description:         Please see README.md-homepage:            https://github.com/vmchale/tibetan-utils#readme-license:             BSD3-license-file:        LICENSE-author:              Vanessa McHale-maintainer:          tmchale@wisc.edu-copyright:           Copyright: (c) 2016 Vanessa McHale-category:            Web-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:     Text.Megaparsec.Lexer.Tibetan-                     , Text.Megaparsec.Char.Tibetan-                     , TextShow.Data.Integral.Tibetan-  build-depends:       base >= 4.7 && < 5-                     , megaparsec >= 6.0-                     , text-                     , composition-                     , text-show-                     , either-  default-language:    Haskell2010-  default-extensions:  OverloadedStrings--test-suite tibetan-utils-test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  build-depends:       base-                     , tibetan-utils-                     , hspec-                     , hspec-megaparsec-                     , text-                     , megaparsec-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/vmchale/tibetan-utils+name:                tibetan-utils
+version:             0.1.1.3
+x-revision: 1
+synopsis:            Parse and display tibetan numerals
+description:         Please see README.md
+homepage:            https://github.com/vmchale/tibetan-utils#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Vanessa McHale
+maintainer:          tmchale@wisc.edu
+copyright:           Copyright: (c) 2016 Vanessa McHale
+category:            Web
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Text.Megaparsec.Lexer.Tibetan
+                     , Text.Megaparsec.Char.Tibetan
+                     , TextShow.Data.Integral.Tibetan
+  build-depends:       base >= 4.8 && < 5
+                     , megaparsec >= 6.0
+                     , text
+                     , composition
+                     , text-show
+                     , either
+  default-language:    Haskell2010
+  default-extensions:  OverloadedStrings
+
+test-suite tibetan-utils-test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  build-depends:       base
+                     , tibetan-utils
+                     , hspec
+                     , hspec-megaparsec
+                     , text
+                     , megaparsec
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/vmchale/tibetan-utils
revision 2
 name:                tibetan-utils
 version:             0.1.1.3
-x-revision: 1
+x-revision: 2
 synopsis:            Parse and display tibetan numerals
 description:         Please see README.md
 homepage:            https://github.com/vmchale/tibetan-utils#readme
                      , hspec
                      , hspec-megaparsec
                      , text
-                     , megaparsec
+                     , megaparsec < 7.0
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N
   default-language:    Haskell2010
 
revision 3
 name:                tibetan-utils
 version:             0.1.1.3
-x-revision: 2
+x-revision: 3
 synopsis:            Parse and display tibetan numerals
 description:         Please see README.md
 homepage:            https://github.com/vmchale/tibetan-utils#readme
                      , Text.Megaparsec.Char.Tibetan
                      , TextShow.Data.Integral.Tibetan
   build-depends:       base >= 4.8 && < 5
-                     , megaparsec >= 6.0
+                     , megaparsec >= 6.0 && < 7.0
                      , text
                      , composition
                      , text-show
                      , hspec
                      , hspec-megaparsec
                      , text
-                     , megaparsec < 7.0
+                     , megaparsec
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N
   default-language:    Haskell2010