[Pkg-haskell-commits] darcs: haskell-fast-logger: New upstream version 0.3.1.

Clint Adams clint at debian.org
Sun Oct 21 16:40:36 UTC 2012


Sun Oct 21 16:39:35 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.3.1.
  Ignore-this: 52938daa633fd1f7f24e56f1750fa1e9

    M ./changelog +7
    M ./control +7
    M ./rules +2

Sun Oct 21 16:39:35 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.3.1.
  Ignore-this: 52938daa633fd1f7f24e56f1750fa1e9
diff -rN -u old-haskell-fast-logger//changelog new-haskell-fast-logger//changelog
--- old-haskell-fast-logger//changelog	2012-10-21 16:40:36.354225301 +0000
+++ new-haskell-fast-logger//changelog	2012-10-21 16:40:36.354225301 +0000
@@ -1,3 +1,10 @@
+haskell-fast-logger (0.3.1-1) experimental; urgency=low
+
+  * New upstream version.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Wed, 17 Oct 2012 21:07:40 -0400
+
 haskell-fast-logger (0.0.2-2) experimental; urgency=low
 
   [ Giovanni Mascellani ]
diff -rN -u old-haskell-fast-logger//control new-haskell-fast-logger//control
--- old-haskell-fast-logger//control	2012-10-21 16:40:36.354225301 +0000
+++ new-haskell-fast-logger//control	2012-10-21 16:40:36.354225301 +0000
@@ -8,10 +8,17 @@
   , haskell-devscripts (>= 0.8.13)
   , ghc
   , ghc-prof
+  , libghc-date-cache-dev (>> 0.3)
+  , libghc-date-cache-prof
   , libghc-blaze-builder-dev
   , libghc-blaze-builder-prof
+  , libghc-text-dev
+  , libghc-text-prof
+  , libghc-hspec-dev
 Build-Depends-Indep: ghc-doc
   , libghc-blaze-builder-doc
+  , libghc-date-cache-doc
+  , libghc-text-doc
 Standards-Version: 3.9.4
 Homepage: http://hackage.haskell.org/package/fast-logger
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-fast-logger
diff -rN -u old-haskell-fast-logger//rules new-haskell-fast-logger//rules
--- old-haskell-fast-logger//rules	2012-10-21 16:40:36.334225824 +0000
+++ new-haskell-fast-logger//rules	2012-10-21 16:40:36.358222939 +0000
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+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