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

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 17:39:31 BST 2018


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


Commits:
361c812e by Clint Adams at 2018-04-14T12:39:09-04:00
hastache: patch for newer base

- - - - -


2 changed files:

- p/haskell-hastache/debian/changelog
- p/haskell-hastache/debian/patches/newer-base


Changes:

=====================================
p/haskell-hastache/debian/changelog
=====================================
--- a/p/haskell-hastache/debian/changelog
+++ b/p/haskell-hastache/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hastache (0.6.1-8) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 12:39:02 -0400
+
 haskell-hastache (0.6.1-7) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-hastache/debian/patches/newer-base
=====================================
--- a/p/haskell-hastache/debian/patches/newer-base
+++ b/p/haskell-hastache/debian/patches/newer-base
@@ -1,29 +1,29 @@
 --- a/hastache.cabal
 +++ b/hastache.cabal
-@@ -27,7 +27,7 @@ extra-source-files:
+@@ -27,7 +27,7 @@
  executable mkReadme
    main-is: mkReadme.hs
    build-depends: hastache, process,
 -    base >=4 && <4.9
-+    base >=4 && <4.10
++    base >=4 && <5
      ,bytestring
      ,mtl
      ,transformers
-@@ -46,7 +46,7 @@ library
+@@ -46,7 +46,7 @@
      Text.Hastache.Context
  
    build-depends:
 -    base >=4 && <4.9
-+    base >=4 && <4.10
++    base >=4 && <5
      ,bytestring
      ,mtl
      ,transformers
-@@ -69,7 +69,7 @@ test-suite test-hastache
+@@ -69,7 +69,7 @@
  
    build-depends:
      hastache
 -   ,base >=4 && <4.9
-+   ,base >=4 && <4.10
++   ,base >=4 && <5
     ,directory
     ,mtl
     ,HUnit



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/361c812ebb10a423ef36d6bfd9f992b90cafe121
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/20180414/f1b2a94e/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list