packages feed

uuagc 0.9.19 → 0.9.20

raw patch · 4 files changed

+4/−4 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src-derived/PrintCode.hs view
@@ -1534,7 +1534,7 @@                                 rightOp x y = if onLeftSide_                                               then x                                               else x `op` y-                            in pragmaDoc `leftOp` _exprIpp `rightOp` pragmaDoc+                            in pp_parens (pragmaDoc `leftOp` _exprIpp `rightOp` pragmaDoc)                             {-# LINE 1539 "PrintCode.hs" #-}) of                       { !_lhsOpp ->                       ( _lhsOpp) }) }) }) }) })) )
src/Version.hs view
@@ -1,4 +1,4 @@ module Version where
 
 banner :: String
-banner = "Attribute Grammar compiler / HUT project. Version 0.9.19"
+banner = "Attribute Grammar compiler / HUT project. Version 0.9.20"
uuagc.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.2 build-type: Simple name: uuagc-version: 0.9.19+version: 0.9.20 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.19+version: 0.9.20 license: GPL license-file: LICENSE maintainer: Arie Middelkoop <ariem@cs.uu.nl>