[DHG_packages] 02/05: resource-pool: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:28:15 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 0c0c9bb23ed356d964ee02b856024d64411051a9
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:24:47 2016 -0400

    resource-pool: build with ghc 8 in experimental
---
 p/haskell-resource-pool/debian/changelog |  8 ++---
 p/haskell-resource-pool/debian/control   | 50 ++++++++++++++++++++------------
 p/haskell-resource-pool/debian/copyright |  2 +-
 3 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-resource-pool/debian/changelog b/p/haskell-resource-pool/debian/changelog
index 20b4c1e..db4d5a0 100644
--- a/p/haskell-resource-pool/debian/changelog
+++ b/p/haskell-resource-pool/debian/changelog
@@ -1,14 +1,14 @@
-haskell-resource-pool (0.2.3.2-5) UNRELEASED; urgency=medium
+haskell-resource-pool (0.2.3.2-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:07 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:24:33 -0400
 
 haskell-resource-pool (0.2.3.2-4) unstable; urgency=medium
 
diff --git a/p/haskell-resource-pool/debian/control b/p/haskell-resource-pool/debian/control
index e10c314..d4ea06e 100644
--- a/p/haskell-resource-pool/debian/control
+++ b/p/haskell-resource-pool/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-resource-pool
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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-hashable-dev,
  libghc-hashable-prof,
  libghc-monad-control-dev (>= 0.2.0.1),
@@ -18,7 +20,8 @@ Build-Depends: debhelper (>= 9),
  libghc-transformers-base-prof,
  libghc-vector-dev (>= 0.7),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hashable-doc,
  libghc-monad-control-doc,
  libghc-stm-doc,
@@ -26,17 +29,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/bos/pool
-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-resource-pool
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-resource-pool-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: high-performance striped resource-pooling implementation${haskell:ShortBlurb}
  A high-performance striped pooling abstraction for managing flexibly-sized
  collections of resources such as database connections.  .
@@ -44,11 +51,15 @@ Description: high-performance striped resource-pooling implementation${haskell:S
 
 Package: libghc-resource-pool-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: high-performance striped resource-pooling implementation${haskell:ShortBlurb}
  A high-performance striped pooling abstraction for managing flexibly-sized
  collections of resources such as database connections.
@@ -58,10 +69,13 @@ Description: high-performance striped resource-pooling implementation${haskell:S
 Package: libghc-resource-pool-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: high-performance striped resource-pooling implementation${haskell:ShortBlurb}
  A high-performance striped pooling abstraction for managing flexibly-sized
  collections of resources such as database connections.
diff --git a/p/haskell-resource-pool/debian/copyright b/p/haskell-resource-pool/debian/copyright
index 608f3aa..edc7ab0 100644
--- a/p/haskell-resource-pool/debian/copyright
+++ b/p/haskell-resource-pool/debian/copyright
@@ -38,4 +38,4 @@ License: BSD-3-clause
  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
+ 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