[Pkg-haskell-commits] darcs: haskell-vector-algorithms: Disalbe test suite due to https://github.com/NixOS/nixpkgs/issues/6259

Joachim Breitner mail at joachim-breitner.de
Thu Apr 16 16:05:37 UTC 2015


Thu Apr 16 15:57:18 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disalbe test suite due to https://github.com/NixOS/nixpkgs/issues/6259 

    M ./changelog +1
    M ./rules -1 +3

Thu Apr 16 15:57:18 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disalbe test suite due to https://github.com/NixOS/nixpkgs/issues/6259 
diff -rN -u old-haskell-vector-algorithms/changelog new-haskell-vector-algorithms/changelog
--- old-haskell-vector-algorithms/changelog	2015-04-16 16:05:37.446888976 +0000
+++ new-haskell-vector-algorithms/changelog	2015-04-16 16:05:37.470888975 +0000
@@ -1,6 +1,7 @@
 haskell-vector-algorithms (0.6.0.4-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Disalbe test suite due to https://github.com/NixOS/nixpkgs/issues/6259 
 
  -- Joachim Breitner <nomeata at debian.org>  Thu, 16 Apr 2015 15:11:13 +0200
 
diff -rN -u old-haskell-vector-algorithms/rules new-haskell-vector-algorithms/rules
--- old-haskell-vector-algorithms/rules	2015-04-16 16:05:37.446888976 +0000
+++ new-haskell-vector-algorithms/rules	2015-04-16 16:05:37.470888975 +0000
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# Would require building Setup with -threaded:
+# https://github.com/NixOS/nixpkgs/issues/6259
+# DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk




More information about the Pkg-haskell-commits mailing list