[Pkg-haskell-commits] darcs: haskell-hspec-core: Do not test this test runner, its only confusing

Joachim Breitner mail at joachim-breitner.de
Thu Apr 16 21:04:11 UTC 2015


Thu Apr 16 19:29:09 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Do not test this test runner, its only confusing

    M ./changelog -2 +2
    M ./control -6
    M ./rules -1 +1

Thu Apr 16 19:29:09 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Do not test this test runner, its only confusing
diff -rN -u old-haskell-hspec-core/changelog new-haskell-hspec-core/changelog
--- old-haskell-hspec-core/changelog	2015-04-16 21:04:11.558536793 +0000
+++ new-haskell-hspec-core/changelog	2015-04-16 21:04:11.566536793 +0000
@@ -1,5 +1,5 @@
 haskell-hspec-core (2.1.5-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release
 
- -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Thu, 16 Apr 2015 21:16:09 +0200
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 16 Apr 2015 21:28:08 +0200
diff -rN -u old-haskell-hspec-core/control new-haskell-hspec-core/control
--- old-haskell-hspec-core/control	2015-04-16 21:04:11.558536793 +0000
+++ new-haskell-hspec-core/control	2015-04-16 21:04:11.562536793 +0000
@@ -18,16 +18,12 @@
  libghc-async-prof,
  libghc-hspec-expectations-dev,
  libghc-hspec-expectations-prof,
- libghc-hspec-meta-dev (>= 1.12),
- libghc-hspec-meta-prof,
  libghc-quickcheck-io-dev,
  libghc-quickcheck-io-prof,
  libghc-random-dev,
  libghc-random-prof,
  libghc-setenv-dev,
  libghc-setenv-prof,
- libghc-silently-dev (>= 1.2.4),
- libghc-silently-prof,
  libghc-tf-random-dev,
  libghc-tf-random-prof,
 Build-Depends-Indep: ghc-doc,
@@ -36,11 +32,9 @@
  libghc-ansi-terminal-doc,
  libghc-async-doc,
  libghc-hspec-expectations-doc,
- libghc-hspec-meta-doc,
  libghc-quickcheck-io-doc,
  libghc-random-doc,
  libghc-setenv-doc,
- libghc-silently-doc,
  libghc-tf-random-doc,
 Standards-Version: 3.9.6
 Homepage: http://hspec.github.io/
diff -rN -u old-haskell-hspec-core/rules new-haskell-hspec-core/rules
--- old-haskell-hspec-core/rules	2015-04-16 21:04:11.558536793 +0000
+++ new-haskell-hspec-core/rules	2015-04-16 21:04:11.562536793 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = no
 DEB_CABAL_PACKAGE = hspec-core
 DEB_DEFAULT_COMPILER = ghc
 




More information about the Pkg-haskell-commits mailing list