[DHG_packages] 01/05: simple-templates: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:11:33 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 aa57b4859a7d41ee2a715ecacf9913272e697a37
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:03:52 2016 -0400

    simple-templates: build with ghc 8 in experimental
---
 p/haskell-simple-templates/debian/changelog |  6 +--
 p/haskell-simple-templates/debian/control   | 59 +++++++++++++++++++----------
 2 files changed, 41 insertions(+), 24 deletions(-)

diff --git a/p/haskell-simple-templates/debian/changelog b/p/haskell-simple-templates/debian/changelog
index 84b9990..3ba0ab5 100644
--- a/p/haskell-simple-templates/debian/changelog
+++ b/p/haskell-simple-templates/debian/changelog
@@ -1,8 +1,8 @@
-haskell-simple-templates (0.8.0.1-2) UNRELEASED; urgency=medium
+haskell-simple-templates (0.8.0.1-2) experimental; urgency=medium
 
-  * Bump standards version to 3.9.8 (no changes needed)
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 10:34:59 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:03:49 -0400
 
 haskell-simple-templates (0.8.0.1-1) unstable; urgency=low
 
diff --git a/p/haskell-simple-templates/debian/control b/p/haskell-simple-templates/debian/control
index cc19b04..e445730 100644
--- a/p/haskell-simple-templates/debian/control
+++ b/p/haskell-simple-templates/debian/control
@@ -1,17 +1,21 @@
 Source: haskell-simple-templates
 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.8),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.8),
  libghc-aeson-dev (>= 0.7),
  libghc-aeson-prof,
  libghc-attoparsec-dev,
  libghc-attoparsec-prof,
+ libghc-hspec-dev,
+ libghc-hunit-dev,
  libghc-scientific-dev,
  libghc-scientific-prof,
  libghc-text-dev,
@@ -20,9 +24,8 @@ Build-Depends: debhelper (>= 9),
  libghc-unordered-containers-prof,
  libghc-vector-dev,
  libghc-vector-prof,
- libghc-hunit-dev,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
  libghc-scientific-doc,
@@ -41,13 +44,18 @@ X-Description: basic template language for the Simple web framework
 
 Package: libghc-simple-templates-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -55,12 +63,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-simple-templates-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -69,11 +82,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-simple-templates-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+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