packages feed

Cabal revisions of invertible-grammar-0.1.2

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

revision 1
-name:                invertible-grammar-version:             0.1.2-license:             BSD3-license-file:        LICENSE-author:              Eugene Smolanka, Sergey Vinokurov-maintainer:          Eugene Smolanka <esmolanka@gmail.com>-homepage:            https://github.com/esmolanka/invertible-grammar-category:            Language-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10-synopsis:-  Invertible parsing combinators framework-description:-  Grammar combinator framework to build invertible parsing libraries-  for concrete syntax.-tested-with:   GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3--source-repository head-  type: git-  location: https://github.com/esmolanka/invertible-grammar--library-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -Wall -fno-warn-name-shadowing -fno-warn-unused-do-bind-  exposed-modules:-    Data.InvertibleGrammar-    Data.InvertibleGrammar.Base-    Data.InvertibleGrammar.Combinators-    Data.InvertibleGrammar.Generic-    Data.InvertibleGrammar.TH--  other-modules:-    Control.Monad.ContextError-    Data.InvertibleGrammar.Monad--  build-depends:-      base              >=4.7   && <5.0-    , bifunctors        >=4.2   && <5.6-    , containers        >=0.5.5 && <0.7-    , mtl               >=2.1   && <2.3-    , prettyprinter     >=1     && <1.3-    , profunctors       >=4.4   && <5.4-    , semigroups        >=0.16  && <0.19-    , tagged            >=0.7   && <0.9-    , template-haskell  >=2.9   && <2.15-    , transformers      >=0.3   && <0.6-    , text              >=1.2   && <1.3+name:                invertible-grammar
+version:             0.1.2
+x-revision: 1
+license:             BSD3
+license-file:        LICENSE
+author:              Eugene Smolanka, Sergey Vinokurov
+maintainer:          Eugene Smolanka <esmolanka@gmail.com>
+homepage:            https://github.com/esmolanka/invertible-grammar
+category:            Language
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+synopsis:
+  Invertible parsing combinators framework
+description:
+  Grammar combinator framework to build invertible parsing libraries
+  for concrete syntax.
+tested-with:   GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3
+
+source-repository head
+  type: git
+  location: https://github.com/esmolanka/invertible-grammar
+
+library
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -Wall -fno-warn-name-shadowing -fno-warn-unused-do-bind
+  exposed-modules:
+    Data.InvertibleGrammar
+    Data.InvertibleGrammar.Base
+    Data.InvertibleGrammar.Combinators
+    Data.InvertibleGrammar.Generic
+    Data.InvertibleGrammar.TH
+
+  other-modules:
+    Control.Monad.ContextError
+    Data.InvertibleGrammar.Monad
+
+  build-depends:
+      base              >=4.8   && <5.0
+    , bifunctors        >=4.2   && <5.6
+    , containers        >=0.5.5 && <0.7
+    , mtl               >=2.1   && <2.3
+    , prettyprinter     >=1     && <1.3
+    , profunctors       >=4.4   && <5.4
+    , semigroups        >=0.16  && <0.19
+    , tagged            >=0.7   && <0.9
+    , template-haskell  >=2.9   && <2.15
+    , transformers      >=0.3   && <0.6
+    , text              >=1.2   && <1.3
revision 2
 name:                invertible-grammar
 version:             0.1.2
-x-revision: 1
+x-revision: 2
 license:             BSD3
 license-file:        LICENSE
 author:              Eugene Smolanka, Sergey Vinokurov
     , containers        >=0.5.5 && <0.7
     , mtl               >=2.1   && <2.3
     , prettyprinter     >=1     && <1.3
-    , profunctors       >=4.4   && <5.4
+    , profunctors       >=4.4   && <5.5
     , semigroups        >=0.16  && <0.19
     , tagged            >=0.7   && <0.9
     , template-haskell  >=2.9   && <2.15
revision 3
 name:                invertible-grammar
 version:             0.1.2
-x-revision: 2
+x-revision: 3
 license:             BSD3
 license-file:        LICENSE
 author:              Eugene Smolanka, Sergey Vinokurov
     , bifunctors        >=4.2   && <5.6
     , containers        >=0.5.5 && <0.7
     , mtl               >=2.1   && <2.3
-    , prettyprinter     >=1     && <1.3
-    , profunctors       >=4.4   && <5.5
-    , semigroups        >=0.16  && <0.19
+    , prettyprinter     >=1     && <1.7
+    , profunctors       >=4.4   && <5.6
+    , semigroups        >=0.16  && <0.20
     , tagged            >=0.7   && <0.9
-    , template-haskell  >=2.9   && <2.15
+    , template-haskell  >=2.9   && <2.16
     , transformers      >=0.3   && <0.6
     , text              >=1.2   && <1.3
revision 4
 name:                invertible-grammar
 version:             0.1.2
-x-revision: 3
+x-revision: 4
 license:             BSD3
 license-file:        LICENSE
 author:              Eugene Smolanka, Sergey Vinokurov
     , profunctors       >=4.4   && <5.6
     , semigroups        >=0.16  && <0.20
     , tagged            >=0.7   && <0.9
-    , template-haskell  >=2.9   && <2.16
+    , template-haskell  >=2.9   && <2.17
     , transformers      >=0.3   && <0.6
     , text              >=1.2   && <1.3