[Git][haskell-team/DHG_packages][master] hashable-time: patch for newer hashable

Clint Adams gitlab at salsa.debian.org
Wed Jun 3 01:27:11 BST 2020



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


Commits:
7fe8f838 by Clint Adams at 2020-06-02T20:26:52-04:00
hashable-time: patch for newer hashable

- - - - -


4 changed files:

- p/haskell-hashable-time/debian/changelog
- p/haskell-hashable-time/debian/control
- + p/haskell-hashable-time/debian/patches/newer-deps
- + p/haskell-hashable-time/debian/patches/series


Changes:

=====================================
p/haskell-hashable-time/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hashable-time (0.2.0.2-2) unstable; urgency=medium
+
+  * Patch for newer hashable.
+
+ -- Clint Adams <clint at debian.org>  Tue, 02 Jun 2020 20:24:10 -0400
+
 haskell-hashable-time (0.2.0.2-1) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-hashable-time/debian/control
=====================================
@@ -10,12 +10,11 @@ Build-Depends: debhelper (>= 10),
  ghc,
  ghc-prof,
  libghc-hashable-dev (>= 1.2.3.3),
- libghc-hashable-dev (<= 1.3),
+ libghc-hashable-dev (<< 1.4),
  libghc-hashable-prof (>= 1.2.3.3),
- libghc-hashable-prof (<= 1.3),
 Build-Depends-Indep: ghc-doc,
  libghc-hashable-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 X-Description: Hashable instances for Data.Time
  Hashable instances for types in Data.Time
 


=====================================
p/haskell-hashable-time/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/hashable-time.cabal
++++ b/hashable-time.cabal
+@@ -23,7 +23,7 @@
+   default-language: Haskell2010
+   ghc-options:      -Wall
+   other-extensions: CPP
+-  build-depends:    base >=4.7 && <4.13, hashable >=1.2.3.3 && <=1.3
++  build-depends:    base >=4.7 && <4.15, hashable >=1.2.3.3 && <1.4
+   if flag(old-locale)
+     build-depends:  time >=1.4 && <1.5, old-locale >=1.0 && <1.1
+   else


=====================================
p/haskell-hashable-time/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7fe8f8383c98d298ba4cb9a42f4a4a12db421bfe
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/20200603/6541a17c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list