[DHG_packages] 04/05: xml-types: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 18:49:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 8640d4b8eb35b66e08916358d061e774cafc25b8
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 14:47:43 2016 -0400

    xml-types: build with ghc 8 in experimental
---
 p/haskell-xml-types/debian/changelog |  8 +++---
 p/haskell-xml-types/debian/control   | 50 +++++++++++++++++++++++-------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-xml-types/debian/changelog b/p/haskell-xml-types/debian/changelog
index e62fb91..8484a43 100644
--- a/p/haskell-xml-types/debian/changelog
+++ b/p/haskell-xml-types/debian/changelog
@@ -1,14 +1,14 @@
-haskell-xml-types (0.3.6-4) UNRELEASED; urgency=medium
+haskell-xml-types (0.3.6-4) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:33 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 14:47:39 -0400
 
 haskell-xml-types (0.3.6-3) unstable; urgency=medium
 
diff --git a/p/haskell-xml-types/debian/control b/p/haskell-xml-types/debian/control
index 7f9aff6..089bbaa 100644
--- a/p/haskell-xml-types/debian/control
+++ b/p/haskell-xml-types/debian/control
@@ -1,30 +1,37 @@
 Source: haskell-xml-types
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: https://john-millikin.com/software/haskell-xml/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-xml-types
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-xml-types-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: basic types for representing XML${haskell:ShortBlurb}
  The idea is to have a full set of appropriate types, which various
  XML libraries can share. Instead of having equivalent-but-incompatible
@@ -40,11 +47,15 @@ Description: basic types for representing XML${haskell:ShortBlurb}
 
 Package: libghc-xml-types-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: basic types for representing XML${haskell:ShortBlurb}
  The idea is to have a full set of appropriate types, which various
  XML libraries can share. Instead of having equivalent-but-incompatible
@@ -61,10 +72,13 @@ Description: basic types for representing XML${haskell:ShortBlurb}
 Package: libghc-xml-types-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: basic types for representing XML${haskell:ShortBlurb}
  The idea is to have a full set of appropriate types, which various
  XML libraries can share. Instead of having equivalent-but-incompatible

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list