[Pkg-haskell-commits] darcs: haskell-cryptohash: Build crypto-api instances too

laney at debian.org laney at debian.org
Sat Sep 10 23:20:31 UTC 2011


Sat Sep 10 23:20:15 UTC 2011  laney at debian.org
  * Build crypto-api instances too 
  Ignore-this: a0ffc448653f467d953a82815fa36957

    M ./changelog +6
    M ./control +9
    M ./rules +3

Sat Sep 10 23:20:15 UTC 2011  laney at debian.org
  * Build crypto-api instances too 
  Ignore-this: a0ffc448653f467d953a82815fa36957
diff -rN -u old-haskell-cryptohash//changelog new-haskell-cryptohash//changelog
--- old-haskell-cryptohash//changelog	2011-09-10 23:20:30.993148885 +0000
+++ new-haskell-cryptohash//changelog	2011-09-10 23:20:30.997452766 +0000
@@ -1,3 +1,9 @@
+haskell-cryptohash (0.7.2-2) UNRELEASED; urgency=low
+
+  * Build crypto-api instances too 
+
+ -- Iain Lane <laney at debian.org>  Sun, 11 Sep 2011 00:17:03 +0100
+
 haskell-cryptohash (0.7.2-1) unstable; urgency=low
 
   * New upstream release.
diff -rN -u old-haskell-cryptohash//control new-haskell-cryptohash//control
--- old-haskell-cryptohash//control	2011-09-10 23:20:30.981148816 +0000
+++ new-haskell-cryptohash//control	2011-09-10 23:20:30.997452766 +0000
@@ -8,7 +8,16 @@
   , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
+  , libghc-crypto-api-dev (>= 0.5)
+  , libghc-tagged-dev (>= 0.1)
+  , libghc-cereal-dev (>= 0.2)
+  , libghc-crypto-api-prof (>= 0.5)
+  , libghc-tagged-prof (>= 0.1)
+  , libghc-cereal-prof (>= 0.2)
 Build-Depends-Indep: ghc-doc
+  , libghc-crypto-api-doc (>= 0.5)
+  , libghc-tagged-doc (>= 0.1)
+  , libghc-cereal-doc (>= 0.2)
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/cryptohash
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptohash
diff -rN -u old-haskell-cryptohash//rules new-haskell-cryptohash//rules
--- old-haskell-cryptohash//rules	2011-09-10 23:20:30.977148770 +0000
+++ new-haskell-cryptohash//rules	2011-09-10 23:20:31.001434896 +0000
@@ -2,3 +2,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
+
+DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=cryptoapi
+





More information about the Pkg-haskell-commits mailing list