all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39071] [PATCH] Add ghc-clay
@ 2020-01-10 13:35 Guillaume Salvan via Guix-patches via
  2020-03-29 19:32 ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Salvan via Guix-patches via @ 2020-01-10 13:35 UTC (permalink / raw)
  To: 39071; +Cc: Guillaume Salvan

---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#39071] [PATCH] Add ghc-clay
  2020-01-10 13:35 [bug#39071] [PATCH] Add ghc-clay Guillaume Salvan via Guix-patches via
@ 2020-03-29 19:32 ` Marius Bakke
  2020-11-20 20:28   ` Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2020-03-29 19:32 UTC (permalink / raw)
  To: Guillaume Salvan, 39071

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#39071] [PATCH] Add ghc-clay
  2020-03-29 19:32 ` Marius Bakke
@ 2020-11-20 20:28   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2020-11-20 20:28 UTC (permalink / raw)
  To: Guillaume Salvan; +Cc: 39071

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]


Marius Bakke <mbakke@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-20 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 13:35 [bug#39071] [PATCH] Add ghc-clay Guillaume Salvan via Guix-patches via
2020-03-29 19:32 ` Marius Bakke
2020-11-20 20:28   ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.