unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Guillaume Salvan via Guix-patches via <guix-patches@gnu.org>
To: 39071@debbugs.gnu.org
Cc: Guillaume Salvan <salvang@protonmail.ch>
Subject: [bug#39071] [PATCH] Add ghc-clay
Date: Fri, 10 Jan 2020 13:35:25 +0000	[thread overview]
Message-ID: <0Aa4s7vRDfoPVcvl3y8kcbTAk0hCT_PsUoVeTa4d1Y2sKW8kViVWdwmBR-6EY-3VtDvH5K6ry-CQh-BGWuycchPAZKTE6CEyZDyUBNZpfrE=@protonmail.ch> (raw)

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

             reply	other threads:[~2020-01-10 15:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 13:35 Guillaume Salvan via Guix-patches via [this message]
2020-03-29 19:32 ` [bug#39071] [PATCH] Add ghc-clay Marius Bakke
2020-11-20 20:28   ` Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='0Aa4s7vRDfoPVcvl3y8kcbTAk0hCT_PsUoVeTa4d1Y2sKW8kViVWdwmBR-6EY-3VtDvH5K6ry-CQh-BGWuycchPAZKTE6CEyZDyUBNZpfrE=@protonmail.ch' \
    --to=guix-patches@gnu.org \
    --cc=39071@debbugs.gnu.org \
    --cc=salvang@protonmail.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).