[DHG_packages] 04/06: transformers-base: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:26:13 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 dbe9fa1de8ae456437fb5231bb800157843b4eec
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:22:25 2016 -0400

    transformers-base: build with ghc 8 in experimental
---
 p/haskell-transformers-base/debian/changelog |  8 +++---
 p/haskell-transformers-base/debian/control   | 39 ++++++++++++----------------
 p/haskell-transformers-base/debian/copyright |  2 +-
 3 files changed, 22 insertions(+), 27 deletions(-)

diff --git a/p/haskell-transformers-base/debian/changelog b/p/haskell-transformers-base/debian/changelog
index 8b86d3c..4347621 100644
--- a/p/haskell-transformers-base/debian/changelog
+++ b/p/haskell-transformers-base/debian/changelog
@@ -1,14 +1,14 @@
-haskell-transformers-base (0.4.4-5) UNRELEASED; urgency=medium
+haskell-transformers-base (0.4.4-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:36:23 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:22:18 -0400
 
 haskell-transformers-base (0.4.4-4) unstable; urgency=medium
 
diff --git a/p/haskell-transformers-base/debian/control b/p/haskell-transformers-base/debian/control
index 36beb86..0a7bcdb 100644
--- a/p/haskell-transformers-base/debian/control
+++ b/p/haskell-transformers-base/debian/control
@@ -3,31 +3,28 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint 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,
+ haskell-devscripts (>= 0.10),
  libghc-stm-dev (>= 2.3),
  libghc-stm-prof,
  libghc-transformers-compat-dev (>= 0.2),
  libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-stm-doc,
- libghc-transformers-compat-doc,
+Build-Depends-Indep: ghc-doc, libghc-stm-doc, libghc-transformers-compat-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/mvv/transformers-base
-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-transformers-base
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-transformers-base-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: lift computations from the bottom of a transformer stack${haskell:ShortBlurb}
  It provides a straightforward port of monadLib's BaseM typeclass to
  transformers.
@@ -36,11 +33,10 @@ Description: lift computations from the bottom of a transformer stack${haskell:S
 
 Package: libghc-transformers-base-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: lift computations from the bottom of a transformer stack${haskell:ShortBlurb}
  It provides a straightforward port of monadLib's BaseM typeclass to
  transformers.
@@ -50,10 +46,9 @@ Description: lift computations from the bottom of a transformer stack${haskell:S
 Package: libghc-transformers-base-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: lift computations from the bottom of a transformer stack${haskell:ShortBlurb}
  It provides a straightforward port of monadLib's BaseM typeclass to
  transformers.
diff --git a/p/haskell-transformers-base/debian/copyright b/p/haskell-transformers-base/debian/copyright
index 81e8408..e9d8f60 100644
--- a/p/haskell-transformers-base/debian/copyright
+++ b/p/haskell-transformers-base/debian/copyright
@@ -35,4 +35,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