[DHG_packages] 03/05: time-local-compat: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:32:43 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 66a3bc95e3541f8d350d8f7313e9094ba6242027
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:27:56 2016 -0400

    time-local-compat: build with ghc 8 in experimental
---
 p/haskell-time-locale-compat/debian/changelog |  6 ++++
 p/haskell-time-locale-compat/debian/control   | 45 +++++++++++++--------------
 2 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/p/haskell-time-locale-compat/debian/changelog b/p/haskell-time-locale-compat/debian/changelog
index c252a7f..b1f3e7a 100644
--- a/p/haskell-time-locale-compat/debian/changelog
+++ b/p/haskell-time-locale-compat/debian/changelog
@@ -1,3 +1,9 @@
+haskell-time-locale-compat (0.1.1.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:27:40 -0400
+
 haskell-time-locale-compat (0.1.1.3-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-time-locale-compat/debian/control b/p/haskell-time-locale-compat/debian/control
index 6075402..2e0f08d 100644
--- a/p/haskell-time-locale-compat/debian/control
+++ b/p/haskell-time-locale-compat/debian/control
@@ -3,29 +3,28 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/khibino/haskell-time-locale-compat
-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-time-locale-compat
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Compatibility of TimeLocale between old-locale and time-1.5
+X-Description: compatibility of TimeLocale between old-locale and time-1.5
  This package provides the module Data.Time.Locale.Compat, which contains the
  defaultTimeLocale from either old-time or time-1.5.
 
 Package: libghc-time-locale-compat-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -33,12 +32,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-time-locale-compat-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -47,11 +45,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-time-locale-compat-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
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