[Pkg-haskell-commits] darcs: hbro: New upstream version 1.0.0.0.
Clint Adams
clint at debian.org
Tue Nov 27 05:55:15 UTC 2012
Tue Nov 27 05:55:10 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.0.0.0.
Ignore-this: 1694ca0bfe416a806a9ee5956295d735
M ./changelog -3 +7
R ./patches/haddock-transitive-deps-workaround.diff
R ./patches/series
Tue Nov 27 05:55:10 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.0.0.0.
Ignore-this: 1694ca0bfe416a806a9ee5956295d735
diff -rN -u old-hbro//changelog new-hbro//changelog
--- old-hbro//changelog 2012-11-27 05:55:15.438421104 +0000
+++ new-hbro//changelog 2012-11-27 05:55:15.459765383 +0000
@@ -1,10 +1,14 @@
-hbro (0.9.0.0-2) UNRELEASED; urgency=low
+hbro (1.0.0.0-1) experimental; urgency=low
- * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+ [ Joachim Breitner ]
+ * Depend on haskell-devscripts 0.8.13 to ensure this package is built
against experimental
* Bump standards version, no change
- -- Joachim Breitner <nomeata at debian.org> Sat, 13 Oct 2012 14:14:41 +0200
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Tue, 27 Nov 2012 00:50:59 -0500
hbro (0.9.0.0-1) unstable; urgency=low
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-11-27 05:55:15.419767040 +0000
+++ new-hbro//patches/haddock-transitive-deps-workaround.diff 1970-01-01 00:00:00.000000000 +0000
@@ -1,39 +0,0 @@
---- a/hbro.cabal
-+++ b/hbro.cabal
-@@ -61,13 +61,33 @@
-
- Executable hbro
- Build-depends:
-- hbro,
- base == 4.*,
- directory,
- mtl
-+ , bytestring,
-+ cmdargs,
-+ containers,
-+ dyre,
-+ filepath,
-+ glib,
-+ gtk,
-+ network,
-+ pango,
-+ process,
-+ transformers,
-+ unix,
-+ webkit,
-+ xdg-basedir,
-+ zeromq-haskell
- Main-is: Main.hs
-- Hs-Source-Dirs: Hbro
-+ Hs-Source-Dirs: Hbro, .
- Ghc-options: -Wall
- if flag(threaded)
- Ghc-options: -threaded
--
-+ other-modules:
-+ Hbro.Core,
-+ Hbro.Hbro,
-+ Hbro.Gui,
-+ Hbro.Socket,
-+ Hbro.Types,
-+ Hbro.Util
diff -rN -u old-hbro//patches/series new-hbro//patches/series
--- old-hbro//patches/series 2012-11-27 05:55:15.406265229 +0000
+++ new-hbro//patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-haddock-transitive-deps-workaround.diff
More information about the Pkg-haskell-commits
mailing list