[Pkg-haskell-commits] darcs: haskell-binary-shared: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:19:55 UTC 2011
Sat Jan 15 15:05:49 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 617cd89dd94b7998a47600d7539296dd
M ./changelog +6
M ./control -12 +12
Sat Jan 15 15:05:49 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 617cd89dd94b7998a47600d7539296dd
diff -rN -u old-haskell-binary-shared/changelog new-haskell-binary-shared/changelog
--- old-haskell-binary-shared/changelog 2011-01-15 15:19:55.815125863 +0000
+++ new-haskell-binary-shared/changelog 2011-01-15 15:19:55.823126285 +0000
@@ -1,3 +1,9 @@
+haskell-binary-shared (0.8-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:40:48 -0200
+
haskell-binary-shared (0.8-1) unstable; urgency=low
* Initial release. (Closes: #574691)
diff -rN -u old-haskell-binary-shared/control new-haskell-binary-shared/control
--- old-haskell-binary-shared/control 2011-01-15 15:19:55.815125863 +0000
+++ new-haskell-binary-shared/control 2011-01-15 15:19:55.819126074 +0000
@@ -6,21 +6,21 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , libghc6-mtl-dev (>= 1.1.0.2)
- , libghc6-mtl-prof
- , libghc6-binary-dev (>= 0.5)
- , libghc6-binary-prof
-Build-Depends-Indep: ghc6-doc
- , libghc6-mtl-doc
- , libghc6-binary-doc
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev (>= 1.1.0.2)
+ , libghc-mtl-prof
+ , libghc-binary-dev (>= 0.5)
+ , libghc-binary-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+ , libghc-binary-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/binary-shared
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-binary-shared
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-binary-shared
-Package: libghc6-binary-shared-dev
+Package: libghc-binary-shared-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -35,7 +35,7 @@
This library is similar to the haskell binary library, but add support to
sharing identical element occuring in the data to be (de-)serialized.
-Package: libghc6-binary-shared-prof
+Package: libghc-binary-shared-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -51,7 +51,7 @@
This library is similar to the haskell binary library, but add support to
sharing identical element occuring in the data to be (de-)serialized.
-Package: libghc6-binary-shared-doc
+Package: libghc-binary-shared-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list