uuagc 0.9.15 → 0.9.16
raw patch · 5 files changed
+6/−5 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src-derived/Order.hs +1/−1
- src/CommonTypes.hs +2/−1
- src/Version.hs +1/−1
- uuagc.cabal +1/−1
- uuagc.cabal-for-ghc-6.6 +1/−1
src-derived/Order.hs view
@@ -66,7 +66,7 @@ getNtName :: Type -> NontermIdent-getNtName (NT nt _) = nt+getNtName (NT nt _) = maybe nt id (deforestedNt nt) getNtName _ = nullIdent
src/CommonTypes.hs view
@@ -149,8 +149,9 @@ isSELFNonterminal (NT nt _) | nt == _SELF = True isSELFNonterminal _ = False +-- TODO: check if the name needs to be converted if the name is T_ extractNonterminal :: Type -> NontermIdent-extractNonterminal (NT n _) = n+extractNonterminal (NT n _) = maybe n id (deforestedNt n) nontermArgs :: Type -> [String] nontermArgs tp
src/Version.hs view
@@ -1,4 +1,4 @@ module Version where banner :: String -banner = "Attribute Grammar compiler / HUT project. Version 0.9.15" +banner = "Attribute Grammar compiler / HUT project. Version 0.9.16"
uuagc.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.2 build-type: Simple name: uuagc-version: 0.9.15+version: 0.9.16 license: GPL license-file: LICENSE maintainer: Arie Middelkoop <ariem@cs.uu.nl>
uuagc.cabal-for-ghc-6.6 view
@@ -1,5 +1,5 @@ name: uuagc-version: 0.9.15+version: 0.9.16 license: GPL license-file: LICENSE maintainer: Arie Middelkoop <ariem@cs.uu.nl>