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

Marco Silva marcot at debian.org
Sat Jan 15 16:22:50 UTC 2011


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

    M ./changelog +6
    M ./control -12 +12
    M ./rules -2 +2

Sat Jan 15 15:06:21 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 96d17f7b3474fd2f094c86dfdd5a7eeb
diff -rN -u old-hlint/changelog new-hlint/changelog
--- old-hlint/changelog	2011-01-15 16:22:50.182070149 +0000
+++ new-hlint/changelog	2011-01-15 16:22:50.186070360 +0000
@@ -1,3 +1,9 @@
+hlint (1.7.2-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:39 -0200
+
 hlint (1.7.2-1) unstable; urgency=low
 
   * New upstream.
diff -rN -u old-hlint/control new-hlint/control
--- old-hlint/control	2011-01-15 16:22:50.182070149 +0000
+++ new-hlint/control	2011-01-15 16:22:50.186070360 +0000
@@ -6,17 +6,17 @@
 Build-Depends: cdbs,
  haskell-devscripts (>= 0.7),
  debhelper (>= 7),
- ghc6,
- libghc6-mtl-dev,
- libghc6-parallel-dev,
- libghc6-src-exts-dev (>= 1.9),
- libghc6-src-exts-dev (<< 1.10),
- libghc6-hscolour-dev (>= 1.16),
- libghc6-hscolour-dev (<< 1.17),
- libghc6-cpphs-dev (>= 1.11),
- libghc6-cpphs-dev (<< 1.12),
- libghc6-uniplate-dev (>= 1.5),
- libghc6-uniplate-dev (<< 1.6),
+ ghc,
+ libghc-mtl-dev,
+ libghc-parallel-dev,
+ libghc-src-exts-dev (>= 1.9),
+ libghc-src-exts-dev (<< 1.10),
+ libghc-hscolour-dev (>= 1.16),
+ libghc-hscolour-dev (<< 1.17),
+ libghc-cpphs-dev (>= 1.11),
+ libghc-cpphs-dev (<< 1.12),
+ libghc-uniplate-dev (>= 1.5),
+ libghc-uniplate-dev (<< 1.6),
 Standards-Version: 3.8.4
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hlint
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hlint
@@ -25,7 +25,7 @@
 Package: hlint
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: ghc6
+Recommends: ghc
 Description: Haskell source code suggestions
  HLint gives suggestions on how to improve your source code. It can either
  print them directly, or generated a colored HTML output.
diff -rN -u old-hlint/rules new-hlint/rules
--- old-hlint/rules	2011-01-15 16:22:50.182070149 +0000
+++ new-hlint/rules	2011-01-15 16:22:50.182070149 +0000
@@ -8,10 +8,10 @@
 # If no threaded RTS is found, disable it
 DEB_SETUP_GHC6_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc-$(GHC6_VERSION)/libHSrts_thr.a || echo --flags=-threaded)
 
-build/$(CABAL_PACKAGE) :: build-ghc6-stamp
+build/$(CABAL_PACKAGE) :: build-ghc-stamp
 
 install/$(CABAL_PACKAGE) :: build/$(CABAL_PACKAGE)
-	$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc6 --destdir=debian/$(CABAL_PACKAGE)
+	$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc --destdir=debian/$(CABAL_PACKAGE)
 	rm -rf debian/$(CABAL_PACKAGE)/usr/share/doc
 	install -Dm 644 hlint.htm debian/$(CABAL_PACKAGE)/usr/share/doc/$(CABAL_PACKAGE)/hlint.html
 





More information about the Pkg-haskell-commits mailing list