diff options
author | Clint Adams <clint@debian.org> | 2016-10-17 19:45:14 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-17 19:45:14 -0400 |
commit | dfcd566237a85f0a12c45e85768f7156a60de398 (patch) | |
tree | 5fa63973e3be331d69621ec7b26c5f79a2026c0f | |
parent | 705c36be8f2601cb55ed2de6e08544e4babb5aec (diff) | |
download | DHG_packages-dfcd566237a85f0a12c45e85768f7156a60de398.tar.gz |
carettah: build with ghc 8 in experimental
-rw-r--r-- | p/carettah/debian/changelog | 6 | ||||
-rw-r--r-- | p/carettah/debian/control | 52 |
2 files changed, 35 insertions, 23 deletions
diff --git a/p/carettah/debian/changelog b/p/carettah/debian/changelog index 5afc4c5ec..16a2a9eff 100644 --- a/p/carettah/debian/changelog +++ b/p/carettah/debian/changelog @@ -1,3 +1,9 @@ +carettah (0.4.2-3) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 19:45:03 -0400 + carettah (0.4.2-2) unstable; urgency=medium * Adjust Homepage and Description to not point to obsolete URLs, diff --git a/p/carettah/debian/control b/p/carettah/debian/control index f9323c310..a76653de8 100644 --- a/p/carettah/debian/control +++ b/p/carettah/debian/control @@ -2,28 +2,30 @@ Source: carettah Priority: extra Section: haskell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp> - , Louis Bettens <louis@bettens.info> -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.8.19), - cdbs, - ghc, - ghc-prof, - libghc-cairo-dev, - libghc-cairo-prof, - libghc-gtk-dev, - libghc-gtk-prof, - libghc-mtl-dev, - libghc-mtl-prof, - libghc-pandoc-dev, - libghc-pandoc-prof, - libghc-pango-dev, - libghc-pango-prof, - libghc-hcwiid-dev, - libghc-hcwiid-prof, - libghc-highlighting-kate-dev, - libghc-highlighting-kate-prof, - libcwiid-dev +Uploaders: + Kiwamu Okabe <kiwamu@debian.or.jp>, + Louis Bettens <louis@bettens.info>, +Build-Depends: + cdbs, + debhelper (>= 9), + ghc (>= 8), + ghc-prof, + haskell-devscripts (>= 0.8.19), + libcwiid-dev, + libghc-cairo-dev, + libghc-cairo-prof, + libghc-gtk-dev, + libghc-gtk-prof, + libghc-hcwiid-dev, + libghc-hcwiid-prof, + libghc-highlighting-kate-dev, + libghc-highlighting-kate-prof, + libghc-mtl-dev, + libghc-mtl-prof, + libghc-pandoc-dev, + libghc-pandoc-prof, + libghc-pango-dev, + libghc-pango-prof, Standards-Version: 3.9.8 Homepage: https://github.com/master-q/carettah Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/carettah @@ -32,7 +34,11 @@ Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git Package: carettah Architecture: any Section: misc -Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, fonts-noto-cjk +Depends: + fonts-noto-cjk, + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, Description: presentation tool that renders Markdown A presentation tool, Carettah generates new presentation boilerplate and displays it when invoked like `carettah -n markdown.md`. You can |