[DHG_packages] 01/05: xml-hamlet: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:29:07 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 3df818ad6c15e0680e82bd4334525293101548fb
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:21:02 2016 -0400

    xml-hamlet: build with ghc 8 in experimental
---
 p/haskell-xml-hamlet/debian/changelog |  6 ++++
 p/haskell-xml-hamlet/debian/control   | 68 +++++++++++++++++++++--------------
 p/haskell-xml-hamlet/debian/copyright |  2 +-
 3 files changed, 48 insertions(+), 28 deletions(-)

diff --git a/p/haskell-xml-hamlet/debian/changelog b/p/haskell-xml-hamlet/debian/changelog
index 4d88b22..e72e3db 100644
--- a/p/haskell-xml-hamlet/debian/changelog
+++ b/p/haskell-xml-hamlet/debian/changelog
@@ -1,3 +1,9 @@
+haskell-xml-hamlet (0.4.0.12-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 18:20:55 -0400
+
 haskell-xml-hamlet (0.4.0.12-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-xml-hamlet/debian/control b/p/haskell-xml-hamlet/debian/control
index 0bbe362..ce59fd4 100644
--- a/p/haskell-xml-hamlet/debian/control
+++ b/p/haskell-xml-hamlet/debian/control
@@ -1,49 +1,56 @@
 Source: haskell-xml-hamlet
 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-ghci,
  ghc-prof,
- libghc-parsec3-dev (>= 2.0),
+ haskell-devscripts (>= 0.10),
+ libghc-hspec-dev (>= 1.3),
+ libghc-hunit-dev,
+ libghc-parsec3-dev,
  libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 2.0),
  libghc-parsec3-prof,
- libghc-shakespeare-dev (>= 1.0),
+ libghc-shakespeare-dev,
  libghc-shakespeare-dev (<< 2.2),
+ libghc-shakespeare-dev (>= 1.0),
  libghc-shakespeare-prof,
- ghc-ghci,
+ libghc-text-dev,
  libghc-text-dev (>= 0.10),
  libghc-text-prof,
- libghc-xml-conduit-dev (>= 1.0),
+ libghc-xml-conduit-dev,
  libghc-xml-conduit-dev (<< 1.5),
+ libghc-xml-conduit-dev (>= 1.0),
  libghc-xml-conduit-prof,
- libghc-hunit-dev,
- libghc-hspec-dev (>= 1.3),
- libghc-parsec3-dev,
- libghc-shakespeare-dev,
- libghc-text-dev,
- libghc-xml-conduit-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-parsec3-doc,
  libghc-shakespeare-doc,
  libghc-text-doc,
  libghc-xml-conduit-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.yesodweb.com/
-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-xml-hamlet
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-xml-hamlet-dev
 Architecture: any
-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: Hamlet-style quasiquoter for XML content
  Hamlet-style quasiquoter for XML content.
  .
@@ -51,11 +58,15 @@ Description: Hamlet-style quasiquoter for XML content
 
 Package: libghc-xml-hamlet-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: Hamlet-style quasiquoter for XML content; profiling libraries
  Hamlet-style quasiquoter for XML content.
  .
@@ -64,10 +75,13 @@ Description: Hamlet-style quasiquoter for XML content; profiling libraries
 Package: libghc-xml-hamlet-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Hamlet-style quasiquoter for XML content; documentation
  Hamlet-style quasiquoter for XML content.
  .
diff --git a/p/haskell-xml-hamlet/debian/copyright b/p/haskell-xml-hamlet/debian/copyright
index ad91365..69d16cb 100644
--- a/p/haskell-xml-hamlet/debian/copyright
+++ b/p/haskell-xml-hamlet/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