[Git][haskell-team/DHG_packages][master] haxr: Upgrading from 3000.11.2 to 3000.11.3

Clint Adams gitlab at salsa.debian.org
Sun Jul 28 19:38:45 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d8598ea9 by Clint Adams at 2019-07-28T18:38:00Z
haxr: Upgrading from 3000.11.2 to 3000.11.3

- - - - -


6 changed files:

- p/haskell-haxr/debian/changelog
- − p/haskell-haxr/debian/patches/newer-base
- p/haskell-haxr/debian/patches/newer-base-compat
- p/haskell-haxr/debian/patches/no-mtl-compat
- p/haskell-haxr/debian/patches/series
- p/haskell-src-exts/debian/changelog


Changes:

=====================================
p/haskell-haxr/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-haxr (3000.11.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 28 Jul 2019 14:35:37 -0400
+
 haskell-haxr (3000.11.2-7) unstable; urgency=medium
 
   * Patch for newer base-compat and newer base.


=====================================
p/haskell-haxr/debian/patches/newer-base deleted
=====================================
@@ -1,27 +0,0 @@
---- 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
=====================================
@@ -3,7 +3,7 @@
 @@ -34,7 +34,7 @@
  
  Library
-   Build-depends: base < 5,
+   Build-depends: base >= 4.9 && < 4.13,
 -                 base-compat >= 0.8 && < 0.10,
 +                 base-compat >= 0.8 && < 0.11,
                   mtl >= 2.2.1,


=====================================
p/haskell-haxr/debian/patches/no-mtl-compat
=====================================
@@ -2,7 +2,7 @@
 +++ b/haxr.cabal
 @@ -35,8 +35,7 @@
  Library
-   Build-depends: base < 5,
+   Build-depends: base >= 4.9 && < 4.13,
                   base-compat >= 0.8 && < 0.10,
 -                 mtl,
 -                 mtl-compat,


=====================================
p/haskell-haxr/debian/patches/series
=====================================
@@ -1,3 +1,2 @@
 no-mtl-compat
 newer-base-compat
-newer-base


=====================================
p/haskell-src-exts/debian/changelog
=====================================
@@ -1,6 +1,6 @@
 haskell-src-exts (1.20.3-1) unstable; urgency=medium
 
-  * New upstream release
+  * New upstream version.
 
  -- Clint Adams <clint at debian.org>  Sun, 28 Jul 2019 14:27:21 -0400
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/d8598ea9bb22321e7bea4160d68d35d7a9313e7f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/d8598ea9bb22321e7bea4160d68d35d7a9313e7f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190728/53f32bd6/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list