[DHG_packages] 02/05: syb-with-class: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 18:24:54 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 e413c3400507135debb915ab7aca07ca524cf4c0
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 14:19:54 2016 -0400
syb-with-class: build with ghc 8 in experimental
---
p/haskell-syb-with-class/debian/changelog | 6 +++++
p/haskell-syb-with-class/debian/control | 40 ++++++++++++++-----------------
p/haskell-syb-with-class/debian/copyright | 2 +-
3 files changed, 25 insertions(+), 23 deletions(-)
diff --git a/p/haskell-syb-with-class/debian/changelog b/p/haskell-syb-with-class/debian/changelog
index 5fc11b9..87b7f11 100644
--- a/p/haskell-syb-with-class/debian/changelog
+++ b/p/haskell-syb-with-class/debian/changelog
@@ -1,3 +1,9 @@
+haskell-syb-with-class (0.6.1.7-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 14:19:45 -0400
+
haskell-syb-with-class (0.6.1.7-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-syb-with-class/debian/control b/p/haskell-syb-with-class/debian/control
index a024074..69fb9c7 100644
--- a/p/haskell-syb-with-class/debian/control
+++ b/p/haskell-syb-with-class/debian/control
@@ -3,26 +3,25 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata at debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-ghci,
-Build-Depends-Indep: ghc-doc,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/syb-with-class
-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-syb-with-class
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-syb-with-class-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Haskell library for generic programming${haskell:ShortBlurb}
The "Scrap your boilerplate" approach is a lightweight generic
programming approach for Haskell. Using this approach, you can write
@@ -34,12 +33,10 @@ Description: Haskell library for generic programming${haskell:ShortBlurb}
Package: libghc-syb-with-class-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: Haskell library for generic programming${haskell:ShortBlurb}
The "Scrap your boilerplate" approach is a lightweight generic
programming approach for Haskell. Using this approach, you can write
@@ -54,10 +51,9 @@ Description: Haskell library for generic programming${haskell:ShortBlurb}
Package: libghc-syb-with-class-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Haskell library for generic programming${haskell:ShortBlurb}
The "Scrap your boilerplate" approach is a lightweight generic
programming approach for Haskell. Using this approach, you can write
diff --git a/p/haskell-syb-with-class/debian/copyright b/p/haskell-syb-with-class/debian/copyright
index 5daf8c2..a9f7b19 100644
--- a/p/haskell-syb-with-class/debian/copyright
+++ b/p/haskell-syb-with-class/debian/copyright
@@ -41,4 +41,4 @@ License: BSD-3-clause
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
+ 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