packages feed

xcb-types 0.6.0 → 0.6.1

raw patch · 3 files changed

+2/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Data/XCB/FromXML.hs view
@@ -182,7 +182,6 @@   code <- el `attr` "opcode" >>= readM   fields <- mapAlt structField $ elChildren el   let reply = getReply el-  guard $ not (null fields) || not (isNothing reply)   return $ XRequest nm code fields reply  getReply :: Element -> Maybe XReply
Data/XCB/Pretty.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TypeSynonymInstances #-}+{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}  -- | -- Module    :  Data.XCB.Pretty
xcb-types.cabal view
@@ -1,5 +1,5 @@ Name:         xcb-types-Version:      0.6.0+Version:      0.6.1 Cabal-Version:  >= 1.6 Synopsis:     Parses XML files used by the XCB project Description:   This package provides types which mirror the structures