[DHG_packages] 04/06: hourglass: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 23:59:16 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 7c645a5639b651902931bd0d414e6ba04b978e29
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 19:55:54 2016 -0400

    hourglass: build with ghc 8 in experimental
---
 p/haskell-hourglass/debian/changelog |  6 ++---
 p/haskell-hourglass/debian/control   | 50 +++++++++++++++++++++++-------------
 2 files changed, 35 insertions(+), 21 deletions(-)

diff --git a/p/haskell-hourglass/debian/changelog b/p/haskell-hourglass/debian/changelog
index 2a9941b..a7c575b 100644
--- a/p/haskell-hourglass/debian/changelog
+++ b/p/haskell-hourglass/debian/changelog
@@ -1,8 +1,8 @@
-haskell-hourglass (0.2.10-2) UNRELEASED; urgency=medium
+haskell-hourglass (0.2.10-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:37 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 19:55:45 -0400
 
 haskell-hourglass (0.2.10-1) unstable; urgency=medium
 
diff --git a/p/haskell-hourglass/debian/control b/p/haskell-hourglass/debian/control
index ba89321..9b9ae80 100644
--- a/p/haskell-hourglass/debian/control
+++ b/p/haskell-hourglass/debian/control
@@ -1,22 +1,25 @@
 Source: haskell-hourglass
 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-mtl-dev,
  libghc-old-locale-dev,
  libghc-tasty-dev,
  libghc-tasty-hunit-dev,
  libghc-tasty-quickcheck-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/vincenthz/hs-hourglass
-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-hourglass
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: simple performant time-related library
  Simple time library focusing on simple but powerful and performant API
@@ -28,12 +31,16 @@ X-Description: simple performant time-related library
 
 Package: libghc-hourglass-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -41,11 +48,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-hourglass-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -54,10 +65,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-hourglass-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: ${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