packages feed

xcffib 1.1.0 → 1.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

generator/Data/XCB/Python/Parse.hs view
@@ -488,7 +488,7 @@        mkBasePack (Nothing, "") = []       mkBasePack (n, c) =-        let n' = maybe "" id n+        let n' = maybe "_" id n         in [(n', Left (Just (mkCall "struct.pack" [mkStr ('=' : c), mkName n'])))]  mkPackMethod :: String
xcffib.cabal view
@@ -1,5 +1,5 @@ name:                xcffib-version:             1.1.0+version:             1.1.1 synopsis:            A cffi-based python binding for X homepage:            http://github.com/tych0/xcffib license:             OtherLicense