[Pkg-haskell-commits] darcs: haskell-ifelse: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:42:02 UTC 2011
Sat Jan 15 15:06:01 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: f3b4ef7762325279ae769a1a9bfaad02
M ./changelog +4
M ./control -9 +9
Sat Jan 15 15:06:01 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: f3b4ef7762325279ae769a1a9bfaad02
diff -rN -u old-haskell-ifelse/changelog new-haskell-ifelse/changelog
--- old-haskell-ifelse/changelog 2011-01-15 15:42:02.037038469 +0000
+++ new-haskell-ifelse/changelog 2011-01-15 15:42:02.041038680 +0000
@@ -1,9 +1,13 @@
haskell-ifelse (0.85-3) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* Use debian/compat 7.
* debian/control: Use more sintetic link in Homepage:.
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Thu, 18 Feb 2010 22:40:56 -0200
haskell-ifelse (0.85-2) unstable; urgency=low
diff -rN -u old-haskell-ifelse/control new-haskell-ifelse/control
--- old-haskell-ifelse/control 2011-01-15 15:42:02.037038469 +0000
+++ new-haskell-ifelse/control 2011-01-15 15:42:02.041038680 +0000
@@ -6,18 +6,18 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.6.15+nmu11)
- , ghc6
- , ghc6-prof
- , libghc6-mtl-dev
- , libghc6-mtl-prof
- , ghc6-doc
- , libghc6-mtl-doc
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , ghc-doc
+ , libghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/ifelse
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ifelse
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ifelse
-Package: libghc6-ifelse-dev
+Package: libghc-ifelse-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -31,7 +31,7 @@
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
-Package: libghc6-ifelse-prof
+Package: libghc-ifelse-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -45,7 +45,7 @@
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
-Package: libghc6-ifelse-doc
+Package: libghc-ifelse-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list