[DHG_packages] 03/06: random-fu: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:48:47 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 754ac845daf9160ef7aebbbec1e895b866790f94
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:45:03 2016 -0400

    random-fu: build with ghc 8 in experimental
---
 p/haskell-random-fu/debian/changelog |   6 ++
 p/haskell-random-fu/debian/control   | 128 +++++++++++++++++++----------------
 2 files changed, 77 insertions(+), 57 deletions(-)

diff --git a/p/haskell-random-fu/debian/changelog b/p/haskell-random-fu/debian/changelog
index 18d8ab0..4b98565 100644
--- a/p/haskell-random-fu/debian/changelog
+++ b/p/haskell-random-fu/debian/changelog
@@ -1,3 +1,9 @@
+haskell-random-fu (0.2.7.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 18:44:59 -0400
+
 haskell-random-fu (0.2.7.0-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-random-fu/debian/control b/p/haskell-random-fu/debian/control
index c19db6b..7a58efc 100644
--- a/p/haskell-random-fu/debian/control
+++ b/p/haskell-random-fu/debian/control
@@ -2,52 +2,54 @@ Source: haskell-random-fu
 Section: haskell
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.10)
-  , ghc
-  , ghc-prof
-  , libghc-erf-dev
-  , libghc-erf-prof
-  , libghc-log-domain-dev (>= 0.9)
-  , libghc-log-domain-dev (<< 1.0)
-  , libghc-log-domain-prof
-  , libghc-math-functions-dev
-  , libghc-math-functions-prof
-  , libghc-monad-loops-dev (>= 0.3.0.1)
-  , libghc-monad-loops-prof
-  , libghc-mtl-dev (>= 1)
-  , libghc-mtl-dev (<< 3)
-  , libghc-mtl-prof
-  , libghc-random-shuffle-dev
-  , libghc-random-shuffle-prof
-  , libghc-random-source-dev (>= 0.3)
-  , libghc-random-source-dev (<< 0.4)
-  , libghc-random-source-prof
-  , libghc-rvar-dev (>= 0.2)
-  , libghc-rvar-dev (<< 0.3)
-  , libghc-rvar-prof
-  , libghc-syb-dev
-  , libghc-syb-prof
-  , ghc-ghci
-  , libghc-vector-dev (>= 0.7)
-  , libghc-vector-prof
-Build-Depends-Indep: ghc-doc
-  , libghc-erf-doc
-  , libghc-log-domain-doc
-  , libghc-math-functions-doc
-  , libghc-monad-loops-doc
-  , libghc-mtl-doc
-  , libghc-random-shuffle-doc
-  , libghc-random-source-doc
-  , libghc-rvar-doc
-  , libghc-syb-doc
-  , libghc-vector-doc
+Uploaders:
+ Clint Adams <clint at debian.org>,
+Build-Depends:
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-erf-dev,
+ libghc-erf-prof,
+ libghc-log-domain-dev (<< 1.0),
+ libghc-log-domain-dev (>= 0.9),
+ libghc-log-domain-prof,
+ libghc-math-functions-dev,
+ libghc-math-functions-prof,
+ libghc-monad-loops-dev (>= 0.3.0.1),
+ libghc-monad-loops-prof,
+ libghc-mtl-dev (<< 3),
+ libghc-mtl-dev (>= 1),
+ libghc-mtl-prof,
+ libghc-random-shuffle-dev,
+ libghc-random-shuffle-prof,
+ libghc-random-source-dev (<< 0.4),
+ libghc-random-source-dev (>= 0.3),
+ libghc-random-source-prof,
+ libghc-rvar-dev (<< 0.3),
+ libghc-rvar-dev (>= 0.2),
+ libghc-rvar-prof,
+ libghc-syb-dev,
+ libghc-syb-prof,
+ libghc-vector-dev (>= 0.7),
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-erf-doc,
+ libghc-log-domain-doc,
+ libghc-math-functions-doc,
+ libghc-monad-loops-doc,
+ libghc-mtl-doc,
+ libghc-random-shuffle-doc,
+ libghc-random-source-doc,
+ libghc-rvar-doc,
+ libghc-syb-doc,
+ libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/random-fu
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-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-random-fu
 X-Description: random number generation
  Random number generation based on modeling random variables in two
  complementary ways: first, by the parameters of standard mathematical
@@ -61,12 +63,16 @@ X-Description: random number generation
 
 Package: libghc-random-fu-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -74,11 +80,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-random-fu-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -87,9 +97,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-random-fu-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 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