haskell-exp-parser 0.1.2 → 0.1.3
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- haskell-exp-parser.cabal +3/−3
haskell-exp-parser.cabal view
@@ -1,5 +1,5 @@ name: haskell-exp-parser-version: 0.1.2+version: 0.1.3 synopsis: Simple parser parser from Haskell to TemplateHaskell expressions description: This package defines a simple parser for a subset of Haskell expressions and patterns to the TemplateHaskell AST. .@@ -21,8 +21,8 @@ license: BSD3 license-file: LICENSE author: Emil Axelsson-maintainer: emax@chalmers.se-copyright: Copyright (c) 2015, Emil Axelsson+maintainer: 78emil@gmail.com+copyright: Copyright (c) 2015, 2020, Emil Axelsson homepage: https://github.com/emilaxelsson/haskell-exp-parser bug-reports: https://github.com/emilaxelsson/haskell-exp-parser/issues category: Language