[DHG_packages] 03/05: cereal-conduit: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 19:41:34 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 a757429d42b57e3e30849d8e29cdf485e3923bca
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:38:59 2016 -0400
cereal-conduit: build with ghc 8 in experimental
---
p/haskell-cereal-conduit/debian/changelog | 6 +--
p/haskell-cereal-conduit/debian/control | 64 +++++++++++++++++++------------
p/haskell-cereal-conduit/debian/copyright | 2 +-
3 files changed, 43 insertions(+), 29 deletions(-)
diff --git a/p/haskell-cereal-conduit/debian/changelog b/p/haskell-cereal-conduit/debian/changelog
index dceb42b..e1af0f4 100644
--- a/p/haskell-cereal-conduit/debian/changelog
+++ b/p/haskell-cereal-conduit/debian/changelog
@@ -1,8 +1,8 @@
-haskell-cereal-conduit (0.7.3-2) UNRELEASED; urgency=medium
+haskell-cereal-conduit (0.7.3-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:17 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:38:55 -0400
haskell-cereal-conduit (0.7.3-1) unstable; urgency=medium
diff --git a/p/haskell-cereal-conduit/debian/control b/p/haskell-cereal-conduit/debian/control
index a1b24b0..6bbffaa 100644
--- a/p/haskell-cereal-conduit/debian/control
+++ b/p/haskell-cereal-conduit/debian/control
@@ -1,44 +1,51 @@
Source: haskell-cereal-conduit
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-cereal-dev (>= 0.4.0.0),
+ haskell-devscripts (>= 0.10),
+ libghc-cereal-dev,
libghc-cereal-dev (<< 0.6),
+ libghc-cereal-dev (>= 0.4.0.0),
libghc-cereal-prof,
- libghc-conduit-dev (>= 1.0.0),
+ libghc-conduit-dev,
libghc-conduit-dev (<< 1.3),
+ libghc-conduit-dev (>= 1.0.0),
libghc-conduit-prof,
- libghc-resourcet-dev (>= 0.4),
- libghc-resourcet-dev (<< 1.2),
- libghc-resourcet-prof,
libghc-hunit-dev,
- libghc-cereal-dev,
- libghc-conduit-dev,
libghc-mtl-dev,
libghc-resourcet-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-resourcet-dev (<< 1.2),
+ libghc-resourcet-dev (>= 0.4),
+ libghc-resourcet-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cereal-doc,
libghc-conduit-doc,
libghc-resourcet-doc,
Standards-Version: 3.9.8
Homepage: https://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-cereal-conduit
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-cereal-conduit-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: turn Data.Serialize Gets and Puts into Sources and Sinks${haskell:ShortBlurb}
Data.Conduit.Cereal provides a conduit interface to cereal.
.
@@ -46,11 +53,15 @@ Description: turn Data.Serialize Gets and Puts into Sources and Sinks${haskell:S
Package: libghc-cereal-conduit-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: turn Data.Serialize Gets and Puts into Sources and Sinks${haskell:ShortBlurb}
Data.Conduit.Cereal provides a conduit interface to cereal.
.
@@ -59,10 +70,13 @@ Description: turn Data.Serialize Gets and Puts into Sources and Sinks${haskell:S
Package: libghc-cereal-conduit-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: turn Data.Serialize Gets and Puts into Sources and Sinks${haskell:ShortBlurb}
Data.Conduit.Cereal provides a conduit interface to cereal.
.
diff --git a/p/haskell-cereal-conduit/debian/copyright b/p/haskell-cereal-conduit/debian/copyright
index 8d93e25..b446674 100644
--- a/p/haskell-cereal-conduit/debian/copyright
+++ b/p/haskell-cereal-conduit/debian/copyright
@@ -31,4 +31,4 @@ License: BSD-2-clause
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
+ 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