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

Marco Silva marcot at debian.org
Sat Jan 15 15:21:56 UTC 2011


Sat Jan 15 15:05:50 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 4aade4d28016ba65e31619ff7850dc5a

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

Sat Jan 15 15:05:50 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 4aade4d28016ba65e31619ff7850dc5a
diff -rN -u old-haskell-curl/changelog new-haskell-curl/changelog
--- old-haskell-curl/changelog	2011-01-15 15:21:55.921457239 +0000
+++ new-haskell-curl/changelog	2011-01-15 15:21:55.925457450 +0000
@@ -1,3 +1,9 @@
+haskell-curl (1.3.5-5) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:51 -0200
+
 haskell-curl (1.3.5-4) unstable; urgency=low
 
   [ Marco Túlio Gontijo e Silva ]
diff -rN -u old-haskell-curl/control new-haskell-curl/control
--- old-haskell-curl/control	2011-01-15 15:21:55.921457239 +0000
+++ new-haskell-curl/control	2011-01-15 15:21:55.925457450 +0000
@@ -8,19 +8,19 @@
  debhelper (>= 7),
  cdbs,
  haskell-devscripts (>= 0.7),
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-network-dev,
- libghc6-network-prof,
- libghc6-network-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-network-doc,
  libcurl4-gnutls-dev
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/curl
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-curl
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-curl
 
-Package: libghc6-curl-dev
+Package: libghc-curl-dev
 Architecture: any
 Depends: libcurl4-gnutls-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Suggests: ${haskell:Suggests}
@@ -35,7 +35,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-curl-prof
+Package: libghc-curl-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
@@ -50,7 +50,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-curl-doc
+Package: libghc-curl-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list