[DHG_packages] 01/05: yi-language: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 16:05:36 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 3000aabd5604336399e48feebe1fe4c6214ff906
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 12:01:38 2016 -0400
yi-language: build with ghc 8 in experimental
---
p/haskell-yi-language/debian/changelog | 6 +++
p/haskell-yi-language/debian/control | 73 +++++++++++++++++++++-------------
2 files changed, 51 insertions(+), 28 deletions(-)
diff --git a/p/haskell-yi-language/debian/changelog b/p/haskell-yi-language/debian/changelog
index 10d1620..796fb22 100644
--- a/p/haskell-yi-language/debian/changelog
+++ b/p/haskell-yi-language/debian/changelog
@@ -1,3 +1,9 @@
+haskell-yi-language (0.2.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 12:01:32 -0400
+
haskell-yi-language (0.2.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-yi-language/debian/control b/p/haskell-yi-language/debian/control
index f1f0eae..aecc97b 100644
--- a/p/haskell-yi-language/debian/control
+++ b/p/haskell-yi-language/debian/control
@@ -1,39 +1,42 @@
Source: haskell-yi-language
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Marcel Fourne <debian at marcelfourne.de>
+Uploaders:
+ Marcel Fourne <debian at marcelfourne.de>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
+ alex (>= 3.0.3),
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- alex (>= 3.0.3),
+ haskell-devscripts (>= 0.10),
libghc-data-default-dev,
libghc-data-default-prof,
libghc-hashable-dev (>= 1.1.2.5),
libghc-hashable-prof,
+ libghc-hspec-dev,
libghc-microlens-platform-dev,
libghc-microlens-platform-prof,
libghc-oo-prototypes-dev,
libghc-oo-prototypes-prof,
libghc-pointedlist-dev (>= 0.5),
libghc-pointedlist-prof,
- libghc-regex-base-dev (>= 0.93),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-dev (>= 2),
libghc-regex-base-dev (<< 0.94),
+ libghc-regex-base-dev (>= 0.93),
libghc-regex-base-prof,
- libghc-regex-tdfa-dev (>= 1.1),
libghc-regex-tdfa-dev (<< 1.3),
+ libghc-regex-tdfa-dev (>= 1.1),
libghc-regex-tdfa-prof,
libghc-transformers-base-dev,
libghc-transformers-base-prof,
- libghc-unordered-containers-dev (>= 0.1.3),
libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.1.3),
libghc-unordered-containers-prof,
- libghc-quickcheck2-dev (>= 2),
- libghc-quickcheck2-dev (<< 3),
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-data-default-doc,
libghc-hashable-doc,
libghc-microlens-platform-doc,
@@ -45,21 +48,26 @@ Build-Depends-Indep: ghc-doc,
libghc-unordered-containers-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/yi-editor/yi-language
-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-yi-language
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Collection of language-related Yi libraries.
+X-Description: collection of language-related Yi libraries.
This is a Haskell library providing a collection of language-related Yi
libraries: lexers, scanners…
Package: libghc-yi-language-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}
.
@@ -67,12 +75,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-yi-language-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}
.
@@ -81,11 +94,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-yi-language-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