GNU bug report logs -
#34137
[PATCH 1/2] gnu: Add ghc-mtl.
Previous Next
Full log
Message #17 received at 34137 <at> debbugs.gnu.org (full text, mbox):
Hi Gabriel,
Gabriel Hondet <gabrielhondet <at> gmail.com> skribis:
> diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
> index 3fe5d06f4..df4f64470 100644
> --- a/gnu/packages/mpd.scm
> +++ b/gnu/packages/mpd.scm
> @@ -6,6 +6,7 @@
> ;;; Copyright © 2015 Paul van der Walt <paul <at> denknerd.org>
> ;;; Copyright © 2016, 2018 Leo Famulari <leo <at> famulari.name>
> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
> +;;; Copyright © 2019 Gabriel Hondet <gabrielhondet <at> gmail.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -31,6 +32,7 @@
> #:use-module (guix build-system gnu)
> #:use-module (guix build-system meson)
> #:use-module (guix build-system python)
> + #:use-module (guix build-system haskell)
> #:use-module (gnu packages avahi)
> #:use-module (gnu packages boost)
> #:use-module (gnu packages gcc)
> @@ -51,6 +53,8 @@
> #:use-module (gnu packages pkg-config)
> #:use-module (gnu packages python)
> #:use-module (gnu packages python-xyz)
> + #:use-module (gnu packages haskell)
> + #:use-module (gnu packages haskell-check)
In an effort to avoid pulling in all the Haskell package collection from
mpd.scm, could you move ghc-libmpd to haskell.scm or a new
haskell-audio.scm file?
Thanks!
Ludo’.
This bug report was last modified 6 years and 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.