[DHG_packages] 03/06: dimensional: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:49:46 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 9afc1568e81b3cdc7a9ffa020508f4e1c3734b7e
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:45:45 2016 -0400

    dimensional: build with ghc 8 in experimental
---
 p/haskell-dimensional/debian/changelog |  6 ++++
 p/haskell-dimensional/debian/control   | 52 +++++++++++++++++++++-------------
 2 files changed, 39 insertions(+), 19 deletions(-)

diff --git a/p/haskell-dimensional/debian/changelog b/p/haskell-dimensional/debian/changelog
index dd9937c..8501aba 100644
--- a/p/haskell-dimensional/debian/changelog
+++ b/p/haskell-dimensional/debian/changelog
@@ -1,3 +1,9 @@
+haskell-dimensional (1.0.1.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:45:39 -0400
+
 haskell-dimensional (1.0.1.3-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-dimensional/debian/control b/p/haskell-dimensional/debian/control
index 6dea4b2..8fa7d7e 100644
--- a/p/haskell-dimensional/debian/control
+++ b/p/haskell-dimensional/debian/control
@@ -1,22 +1,25 @@
 Source: haskell-dimensional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Iulian Udrea <iulian at linux.com>
+Uploaders:
+ Iulian Udrea <iulian at linux.com>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-exact-pi-dev (>= 0.2.1.1),
+ haskell-devscripts (>= 0.10),
  libghc-exact-pi-dev (<< 0.5),
+ libghc-exact-pi-dev (>= 0.2.1.1),
  libghc-exact-pi-prof,
- libghc-numtype-dk-dev (>= 0.5),
  libghc-numtype-dk-dev (<< 1.1),
+ libghc-numtype-dk-dev (>= 0.5),
  libghc-numtype-dk-prof,
  libghc-vector-dev (>= 0.10),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-exact-pi-doc,
  libghc-numtype-dk-doc,
  libghc-vector-doc,
@@ -27,12 +30,16 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-dimensional-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: statically checked physical dimensions${haskell:ShortBlurb}
  Dimensional is a library providing data types for performing arithmetic
  with physical quantities and units. Information about the physical
@@ -48,11 +55,15 @@ Description: statically checked physical dimensions${haskell:ShortBlurb}
 
 Package: libghc-dimensional-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: statically checked physical dimensions${haskell:ShortBlurb}
  Dimensional is a library providing data types for performing arithmetic
  with physical quantities and units. Information about the physical
@@ -69,10 +80,13 @@ Description: statically checked physical dimensions${haskell:ShortBlurb}
 Package: libghc-dimensional-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: statically checked physical dimensions${haskell:ShortBlurb}
  Dimensional is a library providing data types for performing arithmetic
  with physical quantities and units. Information about the physical

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