[Pkg-haskell-commits] darcs: hbro: New upstream version 0.7.1.1.

Clint Adams clint at debian.org
Sat Jan 7 04:12:09 UTC 2012


Sat Jan  7 04:11:10 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.7.1.1.
  Ignore-this: cec86fedd817f3d7e8bacb30eafe0af8

    M ./changelog +6
    M ./patches/haddock-transitive-deps-workaround.diff -3 +6

Sat Jan  7 04:11:10 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.7.1.1.
  Ignore-this: cec86fedd817f3d7e8bacb30eafe0af8
diff -rN -u old-hbro//changelog new-hbro//changelog
--- old-hbro//changelog	2012-01-07 04:12:08.839173800 +0000
+++ new-hbro//changelog	2012-01-07 04:12:08.839173800 +0000
@@ -1,3 +1,9 @@
+hbro (0.7.1.1-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 06 Jan 2012 22:50:30 -0500
+
 hbro (0.7.0.1-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-hbro//patches/haddock-transitive-deps-workaround.diff new-hbro//patches/haddock-transitive-deps-workaround.diff
--- old-hbro//patches/haddock-transitive-deps-workaround.diff	2012-01-07 04:12:08.811170677 +0000
+++ new-hbro//patches/haddock-transitive-deps-workaround.diff	2012-01-07 04:12:08.843176025 +0000
@@ -1,6 +1,6 @@
 --- a/hbro.cabal
 +++ b/hbro.cabal
-@@ -59,11 +59,37 @@
+@@ -66,13 +66,40 @@
  
  Executable hbro
      Build-depends: 
@@ -19,14 +19,17 @@
 +        process,
 +        text,
 +        time,
++        unix,
 +        url,
 +        webkit,
-+        unix,
++        xdg-basedir,
 +        zeromq-haskell
      Main-is: Main.hs
 -    Hs-Source-Dirs: Hbro  
 +    Hs-Source-Dirs: Hbro, .
-     Ghc-options: -Wall -threaded 
+     Ghc-options: -Wall
+     if flag(threaded)
+         Ghc-options: -threaded
 -
 +    other-modules:
 +        Hbro.Core,





More information about the Pkg-haskell-commits mailing list