[Pkg-haskell-commits] darcs: haskell-ed25519: Do not build hlint tests, simplifies dependencies

Joachim Breitner mail at joachim-breitner.de
Mon May 11 12:46:56 UTC 2015


Mon May 11 12:42:38 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Do not build hlint tests, simplifies dependencies 

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

Mon May 11 12:42:38 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Do not build hlint tests, simplifies dependencies 
diff -rN -u old-haskell-ed25519/changelog new-haskell-ed25519/changelog
--- old-haskell-ed25519/changelog	2015-05-11 12:46:56.687203527 +0000
+++ new-haskell-ed25519/changelog	2015-05-11 12:46:56.699203524 +0000
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.2.0-5) UNRELEASED; urgency=medium
+
+  * Do not build hlint tests, simplifies dependencies 
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 11 May 2015 14:42:26 +0200
+
 haskell-ed25519 (0.0.2.0-4) experimental; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
diff -rN -u old-haskell-ed25519/control new-haskell-ed25519/control
--- old-haskell-ed25519/control	2015-05-11 12:46:56.687203527 +0000
+++ new-haskell-ed25519/control	2015-05-11 12:46:56.691203526 +0000
@@ -9,7 +9,6 @@
   , ghc
   , ghc-prof
   , libghc-quickcheck2-dev (>= 2.4)
-  , libghc-hlint-dev (>= 1.7)
   , hlint
 Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.6
diff -rN -u old-haskell-ed25519/rules new-haskell-ed25519/rules
--- old-haskell-ed25519/rules	2015-05-11 12:46:56.687203527 +0000
+++ new-haskell-ed25519/rules	2015-05-11 12:46:56.695203525 +0000
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_ENABLE_TESTS = yes
+DEB_SETUP_GHC_CONFIGURE_ARGS = -f-test-hlint
 
 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