[DHG_packages] 01/02: vector: patch for newer base and ghc-prim
Clint Adams
clint at moszumanska.debian.org
Thu Jul 28 17:03:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit a4bdaa5a8d11f26fe8be241582158d96348b38da
Author: Clint Adams <clint at debian.org>
Date: Thu Jul 28 12:24:46 2016 -0400
vector: patch for newer base and ghc-prim
---
p/haskell-vector/debian/changelog | 3 +++
p/haskell-vector/debian/copyright | 9 +++------
p/haskell-vector/debian/patches/newer-base-and-ghc-prim | 14 ++++++++++++++
p/haskell-vector/debian/patches/series | 1 +
4 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index 7cb4a6d..3463166 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -3,6 +3,9 @@ haskell-vector (0.11.0.0-2) UNRELEASED; urgency=medium
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
+ [ Clint Adams ]
+ * Patch for newer base/ghc-prim.
+
-- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:26 +0300
haskell-vector (0.11.0.0-1) unstable; urgency=medium
diff --git a/p/haskell-vector/debian/copyright b/p/haskell-vector/debian/copyright
index 5e73cd2..e0ebe99 100644
--- a/p/haskell-vector/debian/copyright
+++ b/p/haskell-vector/debian/copyright
@@ -1,14 +1,11 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Name: vector
Maintainer: Roman Leshchinskiy <rl at cse.unsw.edu.au>
-Source: http://hackage.haskell.org/packages/archive/vector/0.6.0.1/vector-0.6.0.1.tar.gz
+Source: http://hackage.haskell.org/package/vector
Files: *
-Copyright: 2008-2010, Max Bolingbroke, Roman Leshchinskiy
-License: BSD3
- Copyright (c) 2008-2011, Roman Leshchinskiy
- All rights reserved.
-
+Copyright: 2008-2011, Max Bolingbroke, Roman Leshchinskiy
+License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
diff --git a/p/haskell-vector/debian/patches/newer-base-and-ghc-prim b/p/haskell-vector/debian/patches/newer-base-and-ghc-prim
new file mode 100644
index 0000000..8336f31
--- /dev/null
+++ b/p/haskell-vector/debian/patches/newer-base-and-ghc-prim
@@ -0,0 +1,14 @@
+--- a/vector.cabal
++++ b/vector.cabal
+@@ -137,9 +137,9 @@ Library
+ Install-Includes:
+ vector.h
+
+- Build-Depends: base >= 4.3 && < 4.9
++ Build-Depends: base >= 4.3 && < 4.10
+ , primitive >= 0.5.0.1 && < 0.7
+- , ghc-prim >= 0.2 && < 0.5
++ , ghc-prim >= 0.2 && < 0.6
+ , deepseq >= 1.1 && < 1.5
+
+ Ghc-Options: -O2 -Wall -fno-warn-orphans
diff --git a/p/haskell-vector/debian/patches/series b/p/haskell-vector/debian/patches/series
index 4da161f..9a8b984 100644
--- a/p/haskell-vector/debian/patches/series
+++ b/p/haskell-vector/debian/patches/series
@@ -1 +1,2 @@
no_ann_without_ghci
+newer-base-and-ghc-prim
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list