[DHG_packages] 05/05: language-javascript: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:03: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 87dc51dbc0135dc198e5a72930333d152e81d141
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:02:52 2016 -0400

    language-javascript: build with ghc 8 in experimental
---
 p/haskell-language-javascript/debian/changelog |  6 +++
 p/haskell-language-javascript/debian/control   | 61 ++++++++++++++++----------
 2 files changed, 44 insertions(+), 23 deletions(-)

diff --git a/p/haskell-language-javascript/debian/changelog b/p/haskell-language-javascript/debian/changelog
index 977a6e7..97b24de 100644
--- a/p/haskell-language-javascript/debian/changelog
+++ b/p/haskell-language-javascript/debian/changelog
@@ -1,3 +1,9 @@
+haskell-language-javascript (0.6.0.8-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:02:45 -0400
+
 haskell-language-javascript (0.6.0.8-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-language-javascript/debian/control b/p/haskell-language-javascript/debian/control
index d6c7538..8bf1483 100644
--- a/p/haskell-language-javascript/debian/control
+++ b/p/haskell-language-javascript/debian/control
@@ -1,45 +1,53 @@
 Source: haskell-language-javascript
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>, Erik de Castro Lopo <erikd at mega-nerd.com>
+Uploaders:
+ Clint Adams <clint at debian.org>,
+ Erik de Castro Lopo <erikd at mega-nerd.com>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
+ alex (>= 3.1.4),
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
  happy (>= 1.19),
- alex (>= 3.1.4),
+ haskell-devscripts (>= 0.10),
  libghc-blaze-builder-dev (>= 0.2),
  libghc-blaze-builder-prof,
+ libghc-hspec-dev,
  libghc-mtl-dev (>= 1.1),
  libghc-mtl-prof,
+ libghc-quickcheck2-dev (>= 2),
  libghc-text-dev (>= 1.2),
  libghc-text-prof,
- libghc-utf8-string-dev (>= 0.3.7),
+ libghc-utf8-light-dev (>= 0.4),
  libghc-utf8-string-dev (<< 2),
+ libghc-utf8-string-dev (>= 0.3.7),
  libghc-utf8-string-prof,
- libghc-quickcheck2-dev (>= 2),
- libghc-hspec-dev,
- libghc-utf8-light-dev (>= 0.4),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-mtl-doc,
  libghc-text-doc,
  libghc-utf8-string-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/erikd/language-javascript
-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-language-javascript
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-language-javascript-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: JavaScript parser${haskell:ShortBlurb}
  It parses JavaScript into an Abstract Syntax Tree (AST).
  .
@@ -47,11 +55,15 @@ Description: JavaScript parser${haskell:ShortBlurb}
 
 Package: libghc-language-javascript-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: JavaScript parser${haskell:ShortBlurb}
  It parses JavaScript into an Abstract Syntax Tree (AST).
  .
@@ -60,10 +72,13 @@ Description: JavaScript parser${haskell:ShortBlurb}
 Package: libghc-language-javascript-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: JavaScript parser${haskell:ShortBlurb}
  It parses JavaScript into an Abstract Syntax Tree (AST).
  .

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