[DHG_packages] 04/05: uuid: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:19:58 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 a0f974f9468230215a7b5b22fa806a131b74142d
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:17:30 2016 -0400

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

diff --git a/p/haskell-uuid/debian/changelog b/p/haskell-uuid/debian/changelog
index 7d208b8..1c8870f 100644
--- a/p/haskell-uuid/debian/changelog
+++ b/p/haskell-uuid/debian/changelog
@@ -1,8 +1,8 @@
-haskell-uuid (1.3.12-2) UNRELEASED; urgency=medium
+haskell-uuid (1.3.12-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:10 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:17:06 -0400
 
 haskell-uuid (1.3.12-1) unstable; urgency=medium
 
diff --git a/p/haskell-uuid/debian/control b/p/haskell-uuid/debian/control
index f85c36b..c33a9b2 100644
--- a/p/haskell-uuid/debian/control
+++ b/p/haskell-uuid/debian/control
@@ -1,40 +1,43 @@
 Source: haskell-uuid
 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-cryptonite-dev,
  libghc-cryptonite-prof,
+ libghc-hunit-dev (<< 1.4),
+ libghc-hunit-dev (>= 1.2),
  libghc-memory-dev,
  libghc-memory-prof,
- libghc-network-info-dev (>= 0.2),
  libghc-network-info-dev (<< 0.3),
+ libghc-network-info-dev (>= 0.2),
  libghc-network-info-prof,
- libghc-random-dev (>= 1.0.1),
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (>= 2.4),
  libghc-random-dev (<< 1.2),
+ libghc-random-dev (>= 1.0.1),
  libghc-random-prof,
- libghc-text-dev (>= 1),
+ libghc-tasty-dev (<< 0.12),
+ libghc-tasty-dev (>= 0.10),
+ libghc-tasty-hunit-dev (<< 0.10),
+ libghc-tasty-hunit-dev (>= 0.9),
+ libghc-tasty-quickcheck-dev (<< 0.9),
+ libghc-tasty-quickcheck-dev (>= 0.8),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 1),
  libghc-text-prof,
- libghc-uuid-types-dev (>= 1.0.2),
  libghc-uuid-types-dev (<< 2),
+ libghc-uuid-types-dev (>= 1.0.2),
  libghc-uuid-types-prof,
- libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.4),
- libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.9),
- libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 0.12),
- libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-hunit-dev (<< 0.10),
- libghc-tasty-quickcheck-dev (>= 0.8),
- libghc-tasty-quickcheck-dev (<< 0.9),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-cryptonite-doc,
  libghc-memory-doc,
  libghc-network-info-doc,
@@ -43,17 +46,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-uuid-types-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/aslatter/uuid
-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-uuid
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-uuid-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: create, compare, parse and print Universally Unique Identifiers${haskell:ShortBlurb}
  This library is useful for creating, comparing, parsing and printing
  Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
@@ -63,11 +70,15 @@ Description: create, compare, parse and print Universally Unique Identifiers${ha
 
 Package: libghc-uuid-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: create, compare, parse and print UUIDs${haskell:ShortBlurb}
  This library is useful for creating, comparing, parsing and printing
  Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
@@ -78,10 +89,13 @@ Description: create, compare, parse and print UUIDs${haskell:ShortBlurb}
 Package: libghc-uuid-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: create, compare, parse and print UUIDs${haskell:ShortBlurb}
  This library is useful for creating, comparing, parsing and printing
  Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
diff --git a/p/haskell-uuid/debian/copyright b/p/haskell-uuid/debian/copyright
index f3f1f11..a3fc2e4 100644
--- a/p/haskell-uuid/debian/copyright
+++ b/p/haskell-uuid/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
  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
+ 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