packages feed

language-vhdl 0.1.2.0 → 0.1.2.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Language.VHDL.Syntax: type ContextClause = Maybe (ContextItem)
+ Language.VHDL.Syntax: type ContextClause = [ContextItem]

Files

language-vhdl.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                language-vhdl-version:             0.1.2.0+version:             0.1.2.1 synopsis:            VHDL AST and pretty printer in Haskell. -- description:          license:             BSD3
src/Language/VHDL/Syntax.hs view
@@ -2695,7 +2695,7 @@       | use_clause -} -type ContextClause = Maybe (ContextItem)+type ContextClause = [ContextItem]  data ContextItem =     ContextLibrary LibraryClause