[DHG_packages] 05/05: haskell-src: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:50:05 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 be764923e3560a090934df86329725d9cba75da9
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:49:38 2016 -0400

    haskell-src: build with ghc 8 in experimental
---
 p/haskell-haskell-src/debian/changelog |  8 +++----
 p/haskell-haskell-src/debian/control   | 41 +++++++++++++++++++++-------------
 p/haskell-haskell-src/debian/copyright |  2 +-
 3 files changed, 31 insertions(+), 20 deletions(-)

diff --git a/p/haskell-haskell-src/debian/changelog b/p/haskell-haskell-src/debian/changelog
index 8a28873..c11ad6b 100644
--- a/p/haskell-haskell-src/debian/changelog
+++ b/p/haskell-haskell-src/debian/changelog
@@ -1,14 +1,14 @@
-haskell-haskell-src (1.0.2.0-5) UNRELEASED; urgency=medium
+haskell-haskell-src (1.0.2.0-5) 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:35:25 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:49:26 -0400
 
 haskell-haskell-src (1.0.2.0-4) unstable; urgency=medium
 
diff --git a/p/haskell-haskell-src/debian/control b/p/haskell-haskell-src/debian/control
index 4dcb9b0..262e027 100644
--- a/p/haskell-haskell-src/debian/control
+++ b/p/haskell-haskell-src/debian/control
@@ -1,30 +1,36 @@
 Source: haskell-haskell-src
 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,
  happy,
+ haskell-devscripts (>= 0.10),
  libghc-syb-dev,
  libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-syb-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/haskell-src
-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-haskell-src
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-haskell-src-dev
 Architecture: any
-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 module to manipulate Haskell source
  This package provides a library for the Haskell programming language.
  .
@@ -33,9 +39,11 @@ Description: Haskell module to manipulate Haskell source
 
 Package: libghc-haskell-src-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Provides: ${haskell:Provides},
+Provides:
+ ${haskell:Provides},
 Description: Haskell module to manipulate Haskell source; profiling libraries
  This package provides a library for the Haskell programming language,
  compiled for profiling.
@@ -46,10 +54,13 @@ Description: Haskell module to manipulate Haskell source; profiling libraries
 Package: libghc-haskell-src-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 module to manipulate Haskell source; documentation
  This package provides the documentation for a library for the Haskell
  programming language.
diff --git a/p/haskell-haskell-src/debian/copyright b/p/haskell-haskell-src/debian/copyright
index b4412b0..4497c7b 100644
--- a/p/haskell-haskell-src/debian/copyright
+++ b/p/haskell-haskell-src/debian/copyright
@@ -41,4 +41,4 @@ License: BSD-3-clause
  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
+ 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