[Pkg-haskell-commits] darcs: haskell-src-exts: New upstream, fix build-deps, fix lintian warnings.
Erik de Castro Lopo
erikd at mega-nerd.com
Wed Jun 23 09:11:25 UTC 2010
Wed Jun 23 09:11:03 UTC 2010 Erik de Castro Lopo <erikd at mega-nerd.com>
* New upstream, fix build-deps, fix lintian warnings.
Ignore-this: 80b7fee308bf03664669540302ea8813
M ./changelog -2 +9
M ./control -3 +7
Wed Jun 23 09:11:03 UTC 2010 Erik de Castro Lopo <erikd at mega-nerd.com>
* New upstream, fix build-deps, fix lintian warnings.
Ignore-this: 80b7fee308bf03664669540302ea8813
diff -rN -u old-haskell-src-exts/changelog new-haskell-src-exts/changelog
--- old-haskell-src-exts/changelog 2010-06-23 09:11:25.138547717 +0000
+++ new-haskell-src-exts/changelog 2010-06-23 09:11:25.146548153 +0000
@@ -1,8 +1,15 @@
-haskell-src-exts (1.8.2-4) UNRELEASED; urgency=low
+haskell-src-exts (1.9.0-1) unstable; urgency=low
+ [ Giovanni Mascellani ]
* debian/rules: Documentation gets now installed in the correct place
- -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it> Mon, 24 May 2010 14:26:20 +0200
+ [ Erik de Castro Lopo ]
+ * New upstream.
+ * control :
+ - Build depend on libghc6-cpphs-doc rather than haskell-cpphs-doc.
+ - FIx lintian warnings.
+
+ -- Erik de Castro Lopo <erikd at mega-nerd.com> Wed, 23 Jun 2010 18:18:15 +1000
haskell-src-exts (1.8.2-3) unstable; urgency=low
diff -rN -u old-haskell-src-exts/control new-haskell-src-exts/control
--- old-haskell-src-exts/control 2010-06-23 09:11:25.138547717 +0000
+++ new-haskell-src-exts/control 2010-06-23 09:11:25.142547935 +0000
@@ -12,7 +12,7 @@
, happy (>= 1.17)
, libghc6-cpphs-dev (>= 1.11)
, libghc6-cpphs-prof
- , haskell-cpphs-doc
+ , libghc6-cpphs-doc
Standards-Version: 3.8.4
Homepage: http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-src-exts
@@ -35,6 +35,8 @@
* GADTs
* Implicit parameters (ghc and hugs style)
* Template Haskell
+ .
+ This package contains the libraries compiled for GHC 6.
Package: libghc6-src-exts-prof
Architecture: any
@@ -53,6 +55,8 @@
* GADTs
* Implicit parameters (ghc and hugs style)
* Template Haskell
+ .
+ This package contains the profiling libraries compiled for GHC 6.
Package: libghc6-src-exts-doc
Replaces: haskell-src-exts-doc (<< 1.8.2-2)
@@ -73,5 +77,5 @@
* GADTs
* Implicit parameters (ghc and hugs style)
* Template Haskell
- .
- This package contains the API documentation of the HSX library
+ .
+ This package contains the library documentation.
More information about the Pkg-haskell-commits
mailing list