[DHG_packages] 03/05: unix-type: 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 807ce34b2d038dbd50396e66a6b9b715c6c1f48c
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:16:27 2016 -0400
unix-type: build with ghc 8 in experimental
---
p/haskell-unix-time/debian/changelog | 6 ++++
p/haskell-unix-time/debian/control | 54 +++++++++++++++++++++++-------------
p/haskell-unix-time/debian/copyright | 2 +-
3 files changed, 41 insertions(+), 21 deletions(-)
diff --git a/p/haskell-unix-time/debian/changelog b/p/haskell-unix-time/debian/changelog
index 87af8b1..568272e 100644
--- a/p/haskell-unix-time/debian/changelog
+++ b/p/haskell-unix-time/debian/changelog
@@ -1,3 +1,9 @@
+haskell-unix-time (0.3.7-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:16:22 -0400
+
haskell-unix-time (0.3.7-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-unix-time/debian/control b/p/haskell-unix-time/debian/control
index ebbc47a..827cd1e 100644
--- a/p/haskell-unix-time/debian/control
+++ b/p/haskell-unix-time/debian/control
@@ -1,34 +1,41 @@
Source: haskell-unix-time
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-old-time-dev,
- libghc-old-time-prof,
- libghc-quickcheck2-dev,
+ haskell-devscripts (>= 0.10),
libghc-doctest-dev (>= 0.9.3),
libghc-hspec-dev (>= 1.5),
libghc-old-locale-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-old-time-dev,
+ libghc-old-time-prof,
+ libghc-quickcheck2-dev,
+Build-Depends-Indep:
+ ghc-doc,
libghc-old-time-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/unix-time
-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-unix-time
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-unix-time-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: Unix time parser/formatter and utilities${haskell:ShortBlurb}
Fast parser/formatter/utilities for Unix time
.
@@ -39,11 +46,15 @@ Description: Unix time parser/formatter and utilities${haskell:ShortBlurb}
Package: libghc-unix-time-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: Unix time parser/formatter and utilities${haskell:ShortBlurb}
Fast parser/formatter/utilities for Unix time
.
@@ -55,10 +66,13 @@ Description: Unix time parser/formatter and utilities${haskell:ShortBlurb}
Package: libghc-unix-time-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: Unix time parser/formatter and utilities${haskell:ShortBlurb}
Fast parser/formatter/utilities for Unix time
.
diff --git a/p/haskell-unix-time/debian/copyright b/p/haskell-unix-time/debian/copyright
index 69d5c21..31f824a 100644
--- a/p/haskell-unix-time/debian/copyright
+++ b/p/haskell-unix-time/debian/copyright
@@ -41,4 +41,4 @@ License: BSD-3-clause
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