[Git][haskell-team/DHG_packages][master] haskell-vector-space-points: patch for newer deps
Gianfranco Costamagna
gitlab at salsa.debian.org
Sun Aug 25 08:58:39 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9a9d68f6 by Gianfranco Costamagna at 2019-08-25T07:58:11Z
haskell-vector-space-points: patch for newer deps
- - - - -
3 changed files:
- p/haskell-vector-space-points/debian/changelog
- p/haskell-vector-space-points/debian/control
- p/haskell-vector-space-points/debian/patches/newer-deps
Changes:
=====================================
p/haskell-vector-space-points/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector-space-points (0.2.1.2-7) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Sun, 25 Aug 2019 09:55:15 +0200
+
haskell-vector-space-points (0.2.1.2-6) unstable; urgency=medium
* Newer build-deps from hackage
=====================================
p/haskell-vector-space-points/debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-vector-space-dev (<< 0.14),
+ libghc-vector-space-dev (<< 0.16),
libghc-vector-space-dev (>= 0.7),
libghc-vector-space-prof,
Build-Depends-Indep:
=====================================
p/haskell-vector-space-points/debian/patches/newer-deps
=====================================
@@ -1,14 +1,12 @@
-Index: b/vector-space-points.cabal
-===================================================================
---- a/vector-space-points.cabal
-+++ b/vector-space-points.cabal
+--- haskell-vector-space-points-0.2.1.2.orig/vector-space-points.cabal
++++ haskell-vector-space-points-0.2.1.2/vector-space-points.cabal
@@ -18,7 +18,7 @@ source-repository head
library
exposed-modules: Data.AffineSpace.Point
- build-depends: base >=4.0 && < 4.10,
- vector-space >=0.7 && < 0.11
-+ build-depends: base >=4.0 && < 4.12,
-+ vector-space >=0.7 && < 0.14
++ build-depends: base >=4.0 && < 4.13,
++ vector-space >=0.7 && < 0.16
hs-source-dirs: src
default-language: Haskell2010
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9a9d68f6d229a0865940d28a3555184738392004
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9a9d68f6d229a0865940d28a3555184738392004
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/20190825/a7ddcf6e/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list