summaryrefslogtreecommitdiff
path: root/p/haskell-vector/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-13 03:09:58 -0400
committerClint Adams <clint@debian.org>2016-10-13 03:09:58 -0400
commit08de80b762983afde92154ae087b993bab5cb915 (patch)
treea4b28eef4cf8240a0a049cba5f23f60d47204678 /p/haskell-vector/debian
parentc40927659a82bcef1b365c88c326ebb67580a768 (diff)
downloadDHG_packages-08de80b762983afde92154ae087b993bab5cb915.tar.gz
vector: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-vector/debian')
-rw-r--r--p/haskell-vector/debian/changelog8
-rw-r--r--p/haskell-vector/debian/control4
-rwxr-xr-xp/haskell-vector/debian/rules4
3 files changed, 6 insertions, 10 deletions
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index 49fa39ef3..07e53147d 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,9 +1,9 @@
-haskell-vector (0.11.0.0-6) UNRELEASED; urgency=medium
+haskell-vector (0.11.0.0-6) experimental; urgency=medium
- * Rebuild disabling arm64 and ppc64el testsuites
- - it fails on some Ubuntu virtual sbuild environments.
+ * Temporarily build-depend on ghc 8.
+ * Re-enable testsuite on all architectures.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 12 Aug 2016 17:09:40 +0200
+ -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 03:09:25 -0400
haskell-vector (0.11.0.0-5) unstable; urgency=high
diff --git a/p/haskell-vector/debian/control b/p/haskell-vector/debian/control
index a7c51ecb9..bf3191e32 100644
--- a/p/haskell-vector/debian/control
+++ b/p/haskell-vector/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libghc-primitive-dev (>= 0.5.0.1),
libghc-primitive-dev (<< 0.7),
@@ -20,7 +20,7 @@ Build-Depends-Indep: ghc-doc,
libghc-primitive-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/haskell/vector
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-vector
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-vector-dev
diff --git a/p/haskell-vector/debian/rules b/p/haskell-vector/debian/rules
index 530cd764e..01f1aaf04 100755
--- a/p/haskell-vector/debian/rules
+++ b/p/haskell-vector/debian/rules
@@ -1,10 +1,6 @@
#!/usr/bin/make -f
-ifeq (,$(filter $(DEB_BUILD_ARCH),arm64 armel armhf kfreebsd-i386 mips mipsel mips64el ppc64el s390x))
DEB_ENABLE_TESTS = yes
-else
-DEB_ENABLE_TESTS = no
-endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk