packages feed

Cabal revisions of happy-meta-0.2.0.11

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

revision 1
-Name:                happy-meta-Version:             0.2.0.11-Synopsis:            Quasi-quoter for Happy parsers--- Description:         -License:             BSD3-License-file:        LICENSE-Author:              Jonas Duregard-Maintainer:          artem.pelenitsyn@gmail.com-Category:            Development-Build-type:          Simple-Description:         A Template-Haskell based version of the Happy parser generator. Used to generate parsers for BNFC-meta, currently this is the only use known to be working.--Cabal-version:       >=1.10-Extra-Source-Files:  changelog.md---Library-  default-language: Haskell98-  hs-source-dirs: src .-  default-extensions: CPP, MagicHash-  -  Exposed-modules:     -    Text.Happy.Quote--  Build-depends:-      template-haskell >=2.4&&<2.17-    , haskell-src-meta >=0.5.1.2&&<1.0-    , base >= 4.2 && < 5-    , array, containers-    , fail >=4.9.0.0&&<5-    , mtl >= 1.0--  Build-tools: happy-  -  Other-modules:       -        Text.Happy-        Text.Happy.HappyTemplate-        AbsSyn-        First-        GenUtils-        Grammar-        LALR-        Lexer-        ParseMonad-        Parser-        ProduceCode-        ProduceGLRCode-        NameSet-        Target-        AttrGrammar-        AttrGrammarParser-        ParamRules    -  -source-repository head-  type: git-  location: http://github.com/ulysses4ever/happy-meta.git+Name:                happy-meta
+Version:             0.2.0.11
+x-revision: 1
+Synopsis:            Quasi-quoter for Happy parsers
+-- Description:         
+License:             BSD3
+License-file:        LICENSE
+Author:              Jonas Duregard
+Maintainer:          artem.pelenitsyn@gmail.com
+Category:            Development
+Build-type:          Simple
+Description:         A Template-Haskell based version of the Happy parser generator. Used to generate parsers for BNFC-meta, currently this is the only use known to be working.
+
+Cabal-version:       >=1.10
+Extra-Source-Files:  changelog.md
+
+
+Library
+  default-language: Haskell98
+  hs-source-dirs: src .
+  default-extensions: CPP, MagicHash
+  
+  Exposed-modules:     
+    Text.Happy.Quote
+
+  Build-depends:
+      template-haskell >=2.4&&<2.18
+    , haskell-src-meta >=0.5.1.2&&<1.0
+    , base >= 4.2 && < 5
+    , array, containers
+    , fail >=4.9.0.0&&<5
+    , mtl >= 1.0
+
+  Build-tools: happy
+  
+  Other-modules:       
+        Text.Happy
+        Text.Happy.HappyTemplate
+        AbsSyn
+        First
+        GenUtils
+        Grammar
+        LALR
+        Lexer
+        ParseMonad
+        Parser
+        ProduceCode
+        ProduceGLRCode
+        NameSet
+        Target
+        AttrGrammar
+        AttrGrammarParser
+        ParamRules    
+  
+source-repository head
+  type: git
+  location: http://github.com/ulysses4ever/happy-meta.git
revision 2
 Name:                happy-meta
 Version:             0.2.0.11
-x-revision: 1
+x-revision: 2
 Synopsis:            Quasi-quoter for Happy parsers
 -- Description:         
 License:             BSD3
     Text.Happy.Quote
 
   Build-depends:
-      template-haskell >=2.4&&<2.18
+      template-haskell >=2.4&&<2.19
     , haskell-src-meta >=0.5.1.2&&<1.0
     , base >= 4.2 && < 5
     , array, containers
revision 3
 Name:                happy-meta
 Version:             0.2.0.11
-x-revision: 2
+x-revision: 3
 Synopsis:            Quasi-quoter for Happy parsers
 -- Description:         
 License:             BSD3
 
 
 Library
-  default-language: Haskell98
-  hs-source-dirs: src .
+  default-language:   Haskell98
+  hs-source-dirs:     src .
   default-extensions: CPP, MagicHash
   
   Exposed-modules:     
     Text.Happy.Quote
 
   Build-depends:
-      template-haskell >=2.4&&<2.19
+      template-haskell >=2.4&&<2.20
     , haskell-src-meta >=0.5.1.2&&<1.0
     , base >= 4.2 && < 5
     , array, containers
revision 4
 Name:                happy-meta
 Version:             0.2.0.11
-x-revision: 3
+x-revision: 4
 Synopsis:            Quasi-quoter for Happy parsers
 -- Description:         
 License:             BSD3
         ParamRules    
   
 source-repository head
-  type: git
-  location: http://github.com/ulysses4ever/happy-meta.git
+  type:     git
+  location: http://github.com/ulysses4ever/BNFC-meta.git
+  subdir:   happy-meta
+