Commit e0d579f7 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-xcb-types:update to version 0.10.0

parent c845815a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-xcb-types (0.10.0-1) unstable; urgency=medium

  * New upstream release (Closes: #860739)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 25 Jul 2019 10:27:26 +0200

haskell-xcb-types (0.9.0-4) unstable; urgency=medium

  * Patch to build with newer ghc
+0 −13
Original line number Diff line number Diff line
Index: b/Data/XCB/Pretty.hs
===================================================================
--- a/Data/XCB/Pretty.hs
+++ b/Data/XCB/Pretty.hs
@@ -21,6 +21,8 @@ import Text.PrettyPrint.HughesPJ
 import qualified Data.Map as Map
 import Data.Maybe
 
+import Prelude hiding ((<>))
+
 -- |Minimal complete definition:
 --
 -- One of 'pretty' or 'toDoc'.
+0 −1
Original line number Diff line number Diff line
newer-base