[DHG_packages] 04/05: http-types: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:07:06 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 8eff939b9fd51f9017df34fe1b3fccea893ae4b5
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:04:09 2016 -0400

    http-types: build with ghc 8 in experimental
---
 p/haskell-http-types/debian/changelog |  6 ++++
 p/haskell-http-types/debian/control   | 62 +++++++++++++++++++++--------------
 p/haskell-http-types/debian/copyright |  2 +-
 3 files changed, 45 insertions(+), 25 deletions(-)

diff --git a/p/haskell-http-types/debian/changelog b/p/haskell-http-types/debian/changelog
index 2d898a2..5a0124f 100644
--- a/p/haskell-http-types/debian/changelog
+++ b/p/haskell-http-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-types (0.9.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:04:04 -0400
+
 haskell-http-types (0.9.1-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-http-types/debian/control b/p/haskell-http-types/debian/control
index a14dd5c..516667f 100644
--- a/p/haskell-http-types/debian/control
+++ b/p/haskell-http-types/debian/control
@@ -1,44 +1,51 @@
 Source: haskell-http-types
 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,
- libghc-blaze-builder-dev (>= 0.2.1.4),
+ haskell-devscripts (>= 0.10),
+ libghc-blaze-builder-dev,
  libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.2.1.4),
  libghc-blaze-builder-prof,
- libghc-case-insensitive-dev (>= 0.2),
  libghc-case-insensitive-dev (<< 1.3),
+ libghc-case-insensitive-dev (>= 0.2),
  libghc-case-insensitive-prof,
- libghc-text-dev (>= 0.11.0.2),
- libghc-text-prof,
- libghc-quickcheck2-dev,
- libghc-blaze-builder-dev,
  libghc-doctest-dev (>= 0.9.3),
  libghc-hspec-dev (>= 1.3),
  libghc-quickcheck-instances-dev,
+ libghc-quickcheck2-dev,
  libghc-text-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-text-dev (>= 0.11.0.2),
+ libghc-text-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-case-insensitive-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/aristidb/http-types
-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-http-types
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-http-types-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: Generic HTTP types (for both client and server code)${haskell:ShortBlurb}
  It contains generic HTTP types for Haskell (for both client and
  server code).
@@ -47,11 +54,15 @@ Description: Generic HTTP types (for both client and server code)${haskell:Short
 
 Package: libghc-http-types-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: Generic HTTP types (for both client and server code)${haskell:ShortBlurb}
  It contains generic HTTP types for Haskell (for both client and
  server code).
@@ -61,10 +72,13 @@ Description: Generic HTTP types (for both client and server code)${haskell:Short
 Package: libghc-http-types-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: Generic HTTP types (for both client and server code)${haskell:ShortBlurb}
  It contains generic HTTP types for Haskell (for both client and
  server code).
diff --git a/p/haskell-http-types/debian/copyright b/p/haskell-http-types/debian/copyright
index 6a0c84b..70bb445 100644
--- a/p/haskell-http-types/debian/copyright
+++ b/p/haskell-http-types/debian/copyright
@@ -38,4 +38,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