[Git][haskell-team/DHG_packages][master] utf8-string: patch for newer base

Clint Adams gitlab at salsa.debian.org
Thu Apr 12 18:50:59 UTC 2018


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


Commits:
697cd114 by Clint Adams at 2018-04-12T14:50:35-04:00
utf8-string: patch for newer base

- - - - -


2 changed files:

- p/haskell-utf8-string/debian/changelog
- p/haskell-utf8-string/debian/patches/newer-base


Changes:

=====================================
p/haskell-utf8-string/debian/changelog
=====================================
--- a/p/haskell-utf8-string/debian/changelog
+++ b/p/haskell-utf8-string/debian/changelog
@@ -1,3 +1,9 @@
+haskell-utf8-string (1.0.1.1-6) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Thu, 12 Apr 2018 14:50:24 -0400
+
 haskell-utf8-string (1.0.1.1-5) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-utf8-string/debian/patches/newer-base
=====================================
--- a/p/haskell-utf8-string/debian/patches/newer-base
+++ b/p/haskell-utf8-string/debian/patches/newer-base
@@ -1,11 +1,11 @@
 --- a/utf8-string.cabal
 +++ b/utf8-string.cabal
-@@ -19,7 +19,7 @@ Tested-With:        GHC==7.0.4, GHC==7.4
+@@ -19,7 +19,7 @@
  library
    Ghc-options:        -W -O2
  
 -  build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9
-+  build-depends: base >= 4.3 && < 4.10, bytestring >= 0.9
++  build-depends: base >= 4.3 && < 4.11, bytestring >= 0.9
  
    Extensions:         CPP
    Exposed-modules:    Codec.Binary.UTF8.String



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/697cd11408dd85ec03bb33de2038c39c7e30e256
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180412/1e31d72c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list