language-vhdl 0.1.0.0 → 0.1.0.2
raw patch · 2 files changed
+5/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- language-vhdl.cabal +5/−2
- src/Language/VHDL.hs +0/−2
language-vhdl.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: language-vhdl-version: 0.1.0.0+version: 0.1.0.2 synopsis: VHDL AST and pretty printer in Haskell -- description: license: BSD3@@ -12,11 +12,14 @@ -- copyright: homepage: https://github.com/markus-git/language-vhdl description: VHDL AST and pretty printer according to the VHDL language reference manual (2000 Edition).- Working on code generator. category: Language build-type: Simple extra-source-files: README.md cabal-version: >=1.10++source-repository head+ type: git+ location: git://github.com/markus-git/language-vhdl library exposed-modules: Language.VHDL,
src/Language/VHDL.hs view
@@ -5,5 +5,3 @@ import Language.VHDL.Syntax import Language.VHDL.Pretty----------------------------------------------------------------------------------