xcb-types 0.5.1 → 0.5.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtlPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: mtl
API changes (from Hackage documentation)
- Data.XCB.Pretty: instance (Pretty a) => Pretty (GenStructElem a)
- Data.XCB.Pretty: instance (Pretty a) => Pretty (GenXDecl a)
- Data.XCB.Pretty: instance (Pretty a) => Pretty (GenXHeader a)
- Data.XCB.Pretty: instance (Pretty a) => Pretty (GenXidUnionElem a)
- Data.XCB.Pretty: instance (Pretty a) => Pretty (Maybe a)
- Data.XCB.Types: instance (Show typ) => Show (GenStructElem typ)
- Data.XCB.Types: instance (Show typ) => Show (GenXDecl typ)
- Data.XCB.Types: instance (Show typ) => Show (GenXHeader typ)
- Data.XCB.Types: instance (Show typ) => Show (GenXidUnionElem typ)
+ Data.XCB.Pretty: instance Pretty a => Pretty (GenStructElem a)
+ Data.XCB.Pretty: instance Pretty a => Pretty (GenXDecl a)
+ Data.XCB.Pretty: instance Pretty a => Pretty (GenXHeader a)
+ Data.XCB.Pretty: instance Pretty a => Pretty (GenXidUnionElem a)
+ Data.XCB.Pretty: instance Pretty a => Pretty (Maybe a)
+ Data.XCB.Types: instance Show typ => Show (GenStructElem typ)
+ Data.XCB.Types: instance Show typ => Show (GenXDecl typ)
+ Data.XCB.Types: instance Show typ => Show (GenXHeader typ)
+ Data.XCB.Types: instance Show typ => Show (GenXidUnionElem typ)
- Data.XCB.Pretty: pretty :: (Pretty a) => a -> String
+ Data.XCB.Pretty: pretty :: Pretty a => a -> String
- Data.XCB.Pretty: toDoc :: (Pretty a) => a -> Doc
+ Data.XCB.Pretty: toDoc :: Pretty a => a -> Doc
Files
- xcb-types.cabal +2/−2
xcb-types.cabal view
@@ -1,5 +1,5 @@ Name: xcb-types-Version: 0.5.1+Version: 0.5.1.1 Cabal-Version: >= 1.2 Synopsis: Parses XML files used by the XCB project Description: This package provides types which mirror the structures@@ -30,7 +30,7 @@ Library - Build-depends: base, xml, pretty, mtl+ Build-depends: base, xml, pretty, mtl < 1.2 Exposed-modules: Data.XCB, Data.XCB.Types, Data.XCB.Pretty,