[DHG_packages] 02/06: active: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:50:03 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 beffb7db40319acd68e0c749503b268cccfbe6bb
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:46:19 2016 -0400

    active: build with ghc 8 in experimental
---
 p/haskell-active/debian/changelog |  6 ++++
 p/haskell-active/debian/control   | 62 ++++++++++++++++++++++++---------------
 p/haskell-active/debian/copyright |  2 +-
 3 files changed, 45 insertions(+), 25 deletions(-)

diff --git a/p/haskell-active/debian/changelog b/p/haskell-active/debian/changelog
index 2991cdd..2c0e14f 100644
--- a/p/haskell-active/debian/changelog
+++ b/p/haskell-active/debian/changelog
@@ -1,3 +1,9 @@
+haskell-active (0.2.0.10-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:46:14 -0400
+
 haskell-active (0.2.0.10-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-active/debian/control b/p/haskell-active/debian/control
index f5fec66..f5a3748 100644
--- a/p/haskell-active/debian/control
+++ b/p/haskell-active/debian/control
@@ -1,30 +1,33 @@
 Source: haskell-active
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-lens-dev (>= 4.0),
+ haskell-devscripts (>= 0.10),
  libghc-lens-dev (<< 4.15),
+ libghc-lens-dev (>= 4.0),
  libghc-lens-prof,
- libghc-linear-dev (>= 1.14),
  libghc-linear-dev (<< 1.21),
+ libghc-linear-dev (>= 1.14),
  libghc-linear-prof,
- libghc-semigroupoids-dev (>= 1.2),
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (>= 2.4.2),
  libghc-semigroupoids-dev (<< 5.2),
+ libghc-semigroupoids-dev (>= 1.2),
  libghc-semigroupoids-prof,
- libghc-semigroups-dev (>= 0.1),
  libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-dev (>= 0.1),
  libghc-semigroups-prof,
  libghc-vector-dev (>= 0.10),
  libghc-vector-prof,
- libghc-quickcheck2-dev (>= 2.4.2),
- libghc-quickcheck2-dev (<< 2.9),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-lens-doc,
  libghc-linear-doc,
  libghc-semigroupoids-doc,
@@ -32,17 +35,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/active
-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-active
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-active-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: Abstractions for animation${haskell:ShortBlurb}
  Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
  Have a Beginning, a Middle, and an End, Trends in Functional Programming,
@@ -54,11 +61,15 @@ Description: Abstractions for animation${haskell:ShortBlurb}
 
 Package: libghc-active-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: Abstractions for animation${haskell:ShortBlurb}
  Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
  Have a Beginning, a Middle, and an End, Trends in Functional Programming,
@@ -71,10 +82,13 @@ Description: Abstractions for animation${haskell:ShortBlurb}
 Package: libghc-active-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: Abstractions for animation${haskell:ShortBlurb}
  Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
  Have a Beginning, a Middle, and an End, Trends in Functional Programming,
diff --git a/p/haskell-active/debian/copyright b/p/haskell-active/debian/copyright
index 4e91a8e..4ccf609 100644
--- a/p/haskell-active/debian/copyright
+++ b/p/haskell-active/debian/copyright
@@ -43,4 +43,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