[Pkg-haskell-commits] darcs: haskell-midi: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 16:02:46 UTC 2011


Sat Jan 15 15:06:04 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 5e43499425fe81783c3b35a598a952b3

    M ./changelog +6
    M ./control -20 +20

Sat Jan 15 15:06:04 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 5e43499425fe81783c3b35a598a952b3
diff -rN -u old-haskell-midi/changelog new-haskell-midi/changelog
--- old-haskell-midi/changelog	2011-01-15 16:02:46.510634092 +0000
+++ new-haskell-midi/changelog	2011-01-15 16:02:46.514634303 +0000
@@ -1,3 +1,9 @@
+haskell-midi (0.1.5.1-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:18 -0200
+
 haskell-midi (0.1.5.1-1) unstable; urgency=low
 
   * New upstream release.
diff -rN -u old-haskell-midi/control new-haskell-midi/control
--- old-haskell-midi/control	2011-01-15 16:02:46.510634092 +0000
+++ new-haskell-midi/control	2011-01-15 16:02:46.514634303 +0000
@@ -4,29 +4,29 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
- ghc6, ghc6-prof,
- libghc6-non-negative-dev, libghc6-non-negative-prof,
- libghc6-transformers-dev (>= 0.2),
- libghc6-transformers-dev (<< 0.3),
- libghc6-transformers-prof,
- libghc6-explicit-exception-dev, libghc6-explicit-exception-prof,
- libghc6-binary-dev, libghc6-binary-prof,
- libghc6-monoid-transformer-dev, libghc6-monoid-transformer-prof,
- libghc6-event-list-dev, libghc6-event-list-prof,
- libghc6-quickcheck2-dev, libghc6-quickcheck2-prof
-Build-Depends-Indep: ghc6-doc,
- libghc6-non-negative-doc,
- libghc6-transformers-doc,
- libghc6-explicit-exception-doc,
- libghc6-binary-doc,
- libghc6-monoid-transformer-doc,
- libghc6-event-list-doc
+ ghc, ghc-prof,
+ libghc-non-negative-dev, libghc-non-negative-prof,
+ libghc-transformers-dev (>= 0.2),
+ libghc-transformers-dev (<< 0.3),
+ libghc-transformers-prof,
+ libghc-explicit-exception-dev, libghc-explicit-exception-prof,
+ libghc-binary-dev, libghc-binary-prof,
+ libghc-monoid-transformer-dev, libghc-monoid-transformer-prof,
+ libghc-event-list-dev, libghc-event-list-prof,
+ libghc-quickcheck2-dev, libghc-quickcheck2-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-non-negative-doc,
+ libghc-transformers-doc,
+ libghc-explicit-exception-doc,
+ libghc-binary-doc,
+ libghc-monoid-transformer-doc,
+ libghc-event-list-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/midi
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-midi
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-midi
 
-Package: libghc6-midi-dev
+Package: libghc-midi-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -40,7 +40,7 @@
  MIDI messages, reading and writing MIDI files. It does not provide
  means for sending nor receiving MIDI messages to specific interfaces.
 
-Package: libghc6-midi-prof
+Package: libghc-midi-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -55,7 +55,7 @@
  MIDI messages, reading and writing MIDI files. It does not provide
  means for sending nor receiving MIDI messages to specific interfaces.
 
-Package: libghc6-midi-doc
+Package: libghc-midi-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list