Loading p/haskell-haxr/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-haxr (3000.11.2-7) unstable; urgency=medium * Patch for newer base-compat and newer base. -- Clint Adams <clint@debian.org> Mon, 05 Nov 2018 20:20:17 -0500 haskell-haxr (3000.11.2-6) unstable; urgency=medium * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3) Loading p/haskell-haxr/debian/control +2 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ Build-Depends: ghc-ghci, ghc-prof, haskell-devscripts (>= 0.13), libghc-base-compat-dev (<< 0.10), libghc-base-compat-dev (>= 0.8), libghc-base-compat-dev (<< 0.11), libghc-base-compat-prof, libghc-base64-bytestring-dev, libghc-base64-bytestring-prof, Loading Loading @@ -57,7 +57,7 @@ Build-Depends-Indep: libghc-old-locale-doc, libghc-old-time-doc, libghc-utf8-string-doc, Standards-Version: 4.1.4 Standards-Version: 4.2.1 Homepage: http://www.haskell.org/haskellwiki/HaXR Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-haxr Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-haxr] Loading p/haskell-haxr/debian/patches/newer-base 0 → 100644 +27 −0 Original line number Diff line number Diff line --- a/Network/XmlRpc/Pretty.hs +++ b/Network/XmlRpc/Pretty.hs @@ -9,7 +9,7 @@ module Network.XmlRpc.Pretty (document, content, element, doctypedecl, prolog, cp) where -import Prelude hiding (maybe, elem, concat, null, head) +import Prelude hiding (maybe, elem, concat, null, head, (<>)) import qualified Prelude as P import Data.ByteString.Lazy.Char8 (ByteString(), elem, empty) import qualified Data.ByteString.Lazy.UTF8 as BU @@ -21,7 +21,7 @@ import qualified GHC.Exts as Ext -- |A 'Builder' with a recognizable empty value. -newtype MBuilder = MBuilder { unMB :: Maybe Builder } deriving Monoid +newtype MBuilder = MBuilder { unMB :: Maybe Builder } deriving (Monoid, Semigroup) -- |'Maybe' eliminator specialized for 'MBuilder'. maybe :: (t -> MBuilder) -> Maybe t -> MBuilder @@ -338,4 +338,4 @@ containsDoubleQuote :: [EV] -> Bool containsDoubleQuote evs = any csq evs where csq (EVString s) = '"' `elem` BU.fromString s - csq _ = False \ No newline at end of file + csq _ = False p/haskell-haxr/debian/patches/newer-base-compat 0 → 100644 +11 −0 Original line number Diff line number Diff line --- a/haxr.cabal +++ b/haxr.cabal @@ -34,7 +34,7 @@ Library Build-depends: base < 5, - base-compat >= 0.8 && < 0.10, + base-compat >= 0.8 && < 0.11, mtl >= 2.2.1, network < 2.7, http-streams, p/haskell-haxr/debian/patches/series +2 −0 Original line number Diff line number Diff line no-mtl-compat newer-base-compat newer-base Loading
p/haskell-haxr/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-haxr (3000.11.2-7) unstable; urgency=medium * Patch for newer base-compat and newer base. -- Clint Adams <clint@debian.org> Mon, 05 Nov 2018 20:20:17 -0500 haskell-haxr (3000.11.2-6) unstable; urgency=medium * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3) Loading
p/haskell-haxr/debian/control +2 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ Build-Depends: ghc-ghci, ghc-prof, haskell-devscripts (>= 0.13), libghc-base-compat-dev (<< 0.10), libghc-base-compat-dev (>= 0.8), libghc-base-compat-dev (<< 0.11), libghc-base-compat-prof, libghc-base64-bytestring-dev, libghc-base64-bytestring-prof, Loading Loading @@ -57,7 +57,7 @@ Build-Depends-Indep: libghc-old-locale-doc, libghc-old-time-doc, libghc-utf8-string-doc, Standards-Version: 4.1.4 Standards-Version: 4.2.1 Homepage: http://www.haskell.org/haskellwiki/HaXR Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-haxr Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-haxr] Loading
p/haskell-haxr/debian/patches/newer-base 0 → 100644 +27 −0 Original line number Diff line number Diff line --- a/Network/XmlRpc/Pretty.hs +++ b/Network/XmlRpc/Pretty.hs @@ -9,7 +9,7 @@ module Network.XmlRpc.Pretty (document, content, element, doctypedecl, prolog, cp) where -import Prelude hiding (maybe, elem, concat, null, head) +import Prelude hiding (maybe, elem, concat, null, head, (<>)) import qualified Prelude as P import Data.ByteString.Lazy.Char8 (ByteString(), elem, empty) import qualified Data.ByteString.Lazy.UTF8 as BU @@ -21,7 +21,7 @@ import qualified GHC.Exts as Ext -- |A 'Builder' with a recognizable empty value. -newtype MBuilder = MBuilder { unMB :: Maybe Builder } deriving Monoid +newtype MBuilder = MBuilder { unMB :: Maybe Builder } deriving (Monoid, Semigroup) -- |'Maybe' eliminator specialized for 'MBuilder'. maybe :: (t -> MBuilder) -> Maybe t -> MBuilder @@ -338,4 +338,4 @@ containsDoubleQuote :: [EV] -> Bool containsDoubleQuote evs = any csq evs where csq (EVString s) = '"' `elem` BU.fromString s - csq _ = False \ No newline at end of file + csq _ = False
p/haskell-haxr/debian/patches/newer-base-compat 0 → 100644 +11 −0 Original line number Diff line number Diff line --- a/haxr.cabal +++ b/haxr.cabal @@ -34,7 +34,7 @@ Library Build-depends: base < 5, - base-compat >= 0.8 && < 0.10, + base-compat >= 0.8 && < 0.11, mtl >= 2.2.1, network < 2.7, http-streams,
p/haskell-haxr/debian/patches/series +2 −0 Original line number Diff line number Diff line no-mtl-compat newer-base-compat newer-base