GNU bug report logs - #39071
[PATCH] Add ghc-clay

Previous Next

Package: guix-patches;

Reported by: Guillaume Salvan <salvang <at> protonmail.ch>

Date: Fri, 10 Jan 2020 15:34:03 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 39071 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#39071; Package guix-patches. (Fri, 10 Jan 2020 15:34:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Guillaume Salvan <salvang <at> protonmail.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 10 Jan 2020 15:34:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Salvan <salvang <at> protonmail.ch>
To: guix-patches <at> gnu.org
Cc: Guillaume Salvan <salvang <at> protonmail.ch>
Subject: [PATCH] Add ghc-clay
Date: Fri, 10 Jan 2020 13:35:25 +0000
---
 gnu/packages/haskell-web.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 5888e8542e..793068e46a 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1595,3 +1595,27 @@ cookies, serving files, and more.")
     (description
      "Haskell library which exposes zero-copy sendfile functionality in a portable way.")
     (license license:bsd-3)))
+
+(define-public ghc-clay
+  (package
+    (name "ghc-clay")
+    (version "0.13.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/clay/clay-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "192lsbyj6azjs2ygpx4i47fyr8zfmvwcas8mia07ndqglk2c9csx"))))
+    (build-system haskell-build-system)
+    (arguments `(#:tests? #f)) ;; Fix tests
+    (home-page "http://fvisser.nl/clay/")
+    (synopsis
+     "CSS preprocessor as embedded Haskell")
+    (description
+     "Clay is a CSS preprocessor like LESS and Sass,
+but implemented as an embedded domain specific language.")
+    (license license:bsd-3)))
-- 
2.24.1






Information forwarded to guix-patches <at> gnu.org:
bug#39071; Package guix-patches. (Sun, 29 Mar 2020 19:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 39071 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Guillaume Salvan <salvang <at> protonmail.ch>, 39071 <at> debbugs.gnu.org
Cc: Guillaume Salvan <salvang <at> protonmail.ch>
Subject: Re: [bug#39071] [PATCH] Add ghc-clay
Date: Sun, 29 Mar 2020 21:32:12 +0200
[Message part 1 (text/plain, inline)]
Hello Guillaume,

Sorry for the slooow review.

Could you expand on the comment about why tests are disabled?  Is it
because of missing inputs, or network access, or something else?

Please also add a copyright line for yourself at the top of the file.

Can you send an updated patch?  Next review will be faster, promise!
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#39071; Package guix-patches. (Fri, 20 Nov 2020 20:29:02 GMT) Full text and rfc822 format available.

Message #11 received at 39071 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Guillaume Salvan <salvang <at> protonmail.ch>
Cc: 39071 <at> debbugs.gnu.org
Subject: Re: [bug#39071] [PATCH] Add ghc-clay
Date: Fri, 20 Nov 2020 20:28:09 +0000
[Message part 1 (text/plain, inline)]
Marius Bakke <mbakke <at> fastmail.com> writes:

> Hello Guillaume,
>
> Sorry for the slooow review.
>
> Could you expand on the comment about why tests are disabled?  Is it
> because of missing inputs, or network access, or something else?
>
> Please also add a copyright line for yourself at the top of the file.
>
> Can you send an updated patch?  Next review will be faster, promise!

It's been a few months, is this patch still relevant?

Thanks,

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.