happy-meta 0.2.0.10 → 0.2.0.11
raw patch · 2 files changed
+11/−4 lines, 2 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- happy-meta.cabal +6/−4
+ changelog.md view
@@ -0,0 +1,5 @@+# CHANGELOG for happy-meta++## v0.2.0.11++- Bump template-haskell version
happy-meta.cabal view
@@ -1,5 +1,5 @@ Name: happy-meta-Version: 0.2.0.10+Version: 0.2.0.11 Synopsis: Quasi-quoter for Happy parsers -- Description: License: BSD3@@ -10,18 +10,20 @@ 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.6+Cabal-version: >=1.10+Extra-Source-Files: changelog.md Library+ default-language: Haskell98 hs-source-dirs: src .- extensions: CPP, MagicHash+ default-extensions: CPP, MagicHash Exposed-modules: Text.Happy.Quote Build-depends:- template-haskell >=2.4&&<2.16+ template-haskell >=2.4&&<2.17 , haskell-src-meta >=0.5.1.2&&<1.0 , base >= 4.2 && < 5 , array, containers