[DHG_packages] 03/05: stream: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 18:28:09 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 08a94056cbc113546e9a61bfff887857612062a9
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 14:24:30 2016 -0400

    stream: build with ghc 8 in experimental
---
 p/haskell-stream/debian/changelog |  8 +++----
 p/haskell-stream/debian/control   | 47 ++++++++++++++++++++++++---------------
 p/haskell-stream/debian/copyright |  2 +-
 3 files changed, 34 insertions(+), 23 deletions(-)

diff --git a/p/haskell-stream/debian/changelog b/p/haskell-stream/debian/changelog
index e5f90c5..dff8039 100644
--- a/p/haskell-stream/debian/changelog
+++ b/p/haskell-stream/debian/changelog
@@ -1,14 +1,14 @@
-haskell-stream (0.4.7.2-3) UNRELEASED; urgency=medium
+haskell-stream (0.4.7.2-3) 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:15 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 14:24:18 -0400
 
 haskell-stream (0.4.7.2-2) unstable; urgency=medium
 
diff --git a/p/haskell-stream/debian/control b/p/haskell-stream/debian/control
index 82cd24f..9e908fc 100644
--- a/p/haskell-stream/debian/control
+++ b/p/haskell-stream/debian/control
@@ -1,33 +1,39 @@
 Source: haskell-stream
 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-quickcheck2-dev (>= 2.0),
- libghc-quickcheck2-prof,
+ haskell-devscripts (>= 0.10),
  libghc-lazysmallcheck-dev (>= 0.3),
  libghc-lazysmallcheck-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-quickcheck2-doc,
+ libghc-quickcheck2-dev (>= 2.0),
+ libghc-quickcheck2-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-lazysmallcheck-doc,
+ libghc-quickcheck2-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/Stream
-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-stream
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-stream-dev
 Architecture: any
 Section: haskell
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
  Provides functions, analogous to those from Data.List, to create and
  manipulate infinite lists.
@@ -37,9 +43,11 @@ Description: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
 Package: libghc-stream-prof
 Architecture: any
 Section: haskell
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Provides: ${haskell:Provides},
+Provides:
+ ${haskell:Provides},
 Description: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
  Provides functions, analogous to those from Data.List, to create and
  manipulate infinite lists.
@@ -49,10 +57,13 @@ Description: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
 Package: libghc-stream-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
  Provides functions, analogous to those from Data.List, to create and
  manipulate infinite lists.
diff --git a/p/haskell-stream/debian/copyright b/p/haskell-stream/debian/copyright
index 666e982..494ae5e 100644
--- a/p/haskell-stream/debian/copyright
+++ b/p/haskell-stream/debian/copyright
@@ -39,4 +39,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