[DHG_packages] 04/05: terminal-progress-bar: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 18:28:10 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 c5304f3c74d57544936f93005e3ee5c45b004e51
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 14:25:19 2016 -0400

    terminal-progress-bar: build with ghc 8 in experimental
---
 p/haskell-terminal-progress-bar/debian/changelog |  8 +--
 p/haskell-terminal-progress-bar/debian/control   | 70 ++++++++++++++----------
 2 files changed, 46 insertions(+), 32 deletions(-)

diff --git a/p/haskell-terminal-progress-bar/debian/changelog b/p/haskell-terminal-progress-bar/debian/changelog
index 30f9deb..5fc68f4 100644
--- a/p/haskell-terminal-progress-bar/debian/changelog
+++ b/p/haskell-terminal-progress-bar/debian/changelog
@@ -1,13 +1,13 @@
-haskell-terminal-progress-bar (0.0.1.4-7) UNRELEASED; urgency=medium
+haskell-terminal-progress-bar (0.0.1.4-7) 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)
 
-  [ 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:19 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 14:25:08 -0400
 
 haskell-terminal-progress-bar (0.0.1.4-6) unstable; urgency=medium
 
diff --git a/p/haskell-terminal-progress-bar/debian/control b/p/haskell-terminal-progress-bar/debian/control
index 0e3582a..92eb4aa 100644
--- a/p/haskell-terminal-progress-bar/debian/control
+++ b/p/haskell-terminal-progress-bar/debian/control
@@ -1,45 +1,52 @@
 Source: haskell-terminal-progress-bar
 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-base-unicode-symbols-dev (>= 0.2.2.3),
+ haskell-devscripts (>= 0.10),
  libghc-base-unicode-symbols-dev (<< 0.3),
+ libghc-base-unicode-symbols-dev (>= 0.2.2.3),
  libghc-base-unicode-symbols-prof,
- libghc-stm-dev (>= 2.4),
- libghc-stm-dev (<< 3.0),
- libghc-stm-prof,
- libghc-stm-chans-dev (>= 3.0.0),
+ libghc-hunit-dev (<< 1.4),
+ libghc-hunit-dev (>= 1.2.4.2),
  libghc-stm-chans-dev (<< 4.0),
+ libghc-stm-chans-dev (>= 3.0.0),
  libghc-stm-chans-prof,
- libghc-hunit-dev (>= 1.2.4.2),
- libghc-hunit-dev (<< 1.4),
- libghc-test-framework-dev (>= 0.3.3),
+ libghc-stm-dev (<< 3.0),
+ libghc-stm-dev (>= 2.4),
+ libghc-stm-prof,
  libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-hunit-dev (>= 0.2.6),
+ libghc-test-framework-dev (>= 0.3.3),
  libghc-test-framework-hunit-dev (<< 0.4),
-Build-Depends-Indep: ghc-doc,
+ libghc-test-framework-hunit-dev (>= 0.2.6),
+Build-Depends-Indep:
+ ghc-doc,
  libghc-base-unicode-symbols-doc,
- libghc-stm-doc,
  libghc-stm-chans-doc,
+ libghc-stm-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/roelvandijk/terminal-progress-bar
-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-terminal-progress-bar
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-terminal-progress-bar-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 simple progress bar in the terminal${haskell:ShortBlurb}
  A progress bar is used to convey the progress of a task. This
  package implements a very simple textual progress bar.
@@ -53,11 +60,15 @@ Description: A simple progress bar in the terminal${haskell:ShortBlurb}
 
 Package: libghc-terminal-progress-bar-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: A simple progress bar in the terminal${haskell:ShortBlurb}
  A progress bar is used to convey the progress of a task. This
  package implements a very simple textual progress bar.
@@ -72,10 +83,13 @@ Description: A simple progress bar in the terminal${haskell:ShortBlurb}
 Package: libghc-terminal-progress-bar-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: A simple progress bar in the terminal${haskell:ShortBlurb}
  A progress bar is used to convey the progress of a task. This
  package implements a very simple textual progress bar.

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