[DHG_packages] 04/05: uniplate: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 04:50:20 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 8078e48d9ff98e81b7f751a8cb583e76c2d5f231
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 00:47:54 2016 -0400
uniplate: build with ghc 8 in experimental
---
p/haskell-uniplate/debian/changelog | 8 +++---
p/haskell-uniplate/debian/control | 56 +++++++++++++++++++++++--------------
p/haskell-uniplate/debian/copyright | 2 +-
3 files changed, 40 insertions(+), 26 deletions(-)
diff --git a/p/haskell-uniplate/debian/changelog b/p/haskell-uniplate/debian/changelog
index bb1e563..a4a7de6 100644
--- a/p/haskell-uniplate/debian/changelog
+++ b/p/haskell-uniplate/debian/changelog
@@ -1,14 +1,14 @@
-haskell-uniplate (1.6.12-5) UNRELEASED; urgency=medium
+haskell-uniplate (1.6.12-5) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:24 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 00:47:47 -0400
haskell-uniplate (1.6.12-4) unstable; urgency=medium
diff --git a/p/haskell-uniplate/debian/control b/p/haskell-uniplate/debian/control
index 04420d4..545bb64 100644
--- a/p/haskell-uniplate/debian/control
+++ b/p/haskell-uniplate/debian/control
@@ -1,38 +1,45 @@
Source: haskell-uniplate
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
+Uploaders:
+ Erik de Castro Lopo <erikd at mega-nerd.com>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-hashable-dev (>= 1.1.2.3),
+ haskell-devscripts (>= 0.10),
libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.1.2.3),
libghc-hashable-prof,
libghc-syb-dev,
libghc-syb-prof,
- libghc-unordered-containers-dev (>= 0.2.1),
libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.2.1),
libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hashable-doc,
libghc-syb-doc,
libghc-unordered-containers-doc,
Standards-Version: 3.9.8
Homepage: http://community.haskell.org/~ndm/uniplate/
-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-uniplate
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-uniplate-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: A Haskell library for uniform type generic traversals${haskell:ShortBlurb}
.
The Haskell Uniplate library abstracts over common traversals and queries in a
@@ -46,12 +53,16 @@ Description: A Haskell library for uniform type generic traversals${haskell:Shor
Package: libghc-uniplate-prof
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: Profiling libraries for uniform type generic traversals${haskell:ShortBlurb}
.
The Haskell Uniplate library abstracts over common traversals and queries in a
@@ -66,10 +77,13 @@ Description: Profiling libraries for uniform type generic traversals${haskell:Sh
Package: libghc-uniplate-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: Documentation for uniform type generic traversals${haskell:ShortBlurb}
.
The Haskell Uniplate library abstracts over common traversals and queries in a
diff --git a/p/haskell-uniplate/debian/copyright b/p/haskell-uniplate/debian/copyright
index ed1cbbd..6ea08eb 100644
--- a/p/haskell-uniplate/debian/copyright
+++ b/p/haskell-uniplate/debian/copyright
@@ -38,4 +38,4 @@ License: BSD-3-clause
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
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