[DHG_packages] 01/05: resourcet: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:34:49 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 2972d397c4bfe57f76609a36d4629008e5e55eaf
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:27:04 2016 -0400

    resourcet: build with ghc 8 in experimental
---
 p/haskell-resourcet/debian/changelog |  6 +++++
 p/haskell-resourcet/debian/control   | 50 +++++++++++++++++-------------------
 p/haskell-resourcet/debian/copyright |  2 +-
 3 files changed, 31 insertions(+), 27 deletions(-)

diff --git a/p/haskell-resourcet/debian/changelog b/p/haskell-resourcet/debian/changelog
index fb4e482..26c74f8 100644
--- a/p/haskell-resourcet/debian/changelog
+++ b/p/haskell-resourcet/debian/changelog
@@ -1,3 +1,9 @@
+haskell-resourcet (1.1.7.5-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:26:48 -0400
+
 haskell-resourcet (1.1.7.5-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/p/haskell-resourcet/debian/control b/p/haskell-resourcet/debian/control
index c95fda6..9370dc1 100644
--- a/p/haskell-resourcet/debian/control
+++ b/p/haskell-resourcet/debian/control
@@ -3,32 +3,34 @@ 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-exceptions-dev (>= 0.5),
  libghc-exceptions-prof,
+ libghc-hspec-dev (>= 1.3),
+ libghc-lifted-base-dev,
  libghc-lifted-base-dev (>= 0.1),
  libghc-lifted-base-prof,
  libghc-mmorph-dev,
  libghc-mmorph-prof,
- libghc-monad-control-dev (>= 0.3.1),
  libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-dev (>= 0.3.1),
  libghc-monad-control-prof,
- libghc-mtl-dev (>= 2.0),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
- libghc-transformers-base-dev (>= 0.4.4),
  libghc-transformers-base-dev (<< 0.5),
+ libghc-transformers-base-dev (>= 0.4.4),
  libghc-transformers-base-prof,
- libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-prof,
- libghc-hspec-dev (>= 1.3),
- libghc-lifted-base-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-exceptions-doc,
  libghc-lifted-base-doc,
  libghc-mmorph-doc,
@@ -38,17 +40,15 @@ Build-Depends-Indep: ghc-doc,
  libghc-transformers-compat-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/snoyberg/conduit
-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-resourcet
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-resourcet-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: deterministic allocation and freeing of scarce resources${haskell:ShortBlurb}
  Control.Monad.Trans.Resource allocates resources which are guaranteed
  to be released.  One point to note: all register cleanup actions live
@@ -59,11 +59,10 @@ Description: deterministic allocation and freeing of scarce resources${haskell:S
 
 Package: libghc-resourcet-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: deterministic allocation and freeing of scarce resources${haskell:ShortBlurb}
  Control.Monad.Trans.Resource allocates resources which are guaranteed
  to be released.  One point to note: all register cleanup actions live
@@ -75,10 +74,9 @@ Description: deterministic allocation and freeing of scarce resources${haskell:S
 Package: libghc-resourcet-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: deterministic allocation and freeing of scarce resources${haskell:ShortBlurb}
  Control.Monad.Trans.Resource allocates resources which are guaranteed
  to be released.  One point to note: all register cleanup actions live
diff --git a/p/haskell-resourcet/debian/copyright b/p/haskell-resourcet/debian/copyright
index dba4d2f..fcd31a3 100644
--- a/p/haskell-resourcet/debian/copyright
+++ b/p/haskell-resourcet/debian/copyright
@@ -37,4 +37,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