all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tonton <tonton@riseup.net>
To: 31418@debbugs.gnu.org, 31422@debbugs.gnu.org
Cc: Tonton <tonton@riseup.net>
Subject: [bug#31422] [PATCH 5/6] gnu: Add ghc-semigroupoids-5.2.2
Date: Fri, 11 May 2018 22:34:07 +0200	[thread overview]
Message-ID: <20180511203408.29491-4-tonton@riseup.net> (raw)
In-Reply-To: <20180511203408.29491-1-tonton@riseup.net>

* gnu/packages/haskell.scm (ghc-semigroupoids-5.2.2): New variable.
---
 gnu/packages/haskell.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d8128422e..2429fdbe5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9555,4 +9555,19 @@ scenarios.")
    (home-page "https://hackage.haskell.org/package/binary")
    (license license:bsd-3)))
 
+(define-public ghc-semigroupoids-5.2.2
+  (package
+    (inherit ghc-semigroupoids)
+    (name "ghc-semigroupoids")
+    (version "5.2.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://hackage.haskell.org/package/semigroupoids-5.2.2/semigroupoids-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "17i96y4iqj8clcs090lf6k0ij3j16nj14vsfwz0mm9nd6i4gbpp4"))))
+    (inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
+              ,@(package-inputs ghc-semigroupoids)))))
+
 ;;; haskell.scm ends here
-- 
2.17.0

  parent reply	other threads:[~2018-05-11 20:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-11 20:34 [bug#31419] [PATCH 2/6] gnu: Add ghc-array Tonton
2018-05-11 20:34 ` [bug#31420] [PATCH 3/6] gnu: Add ghc-containers Tonton
2018-05-11 20:34 ` [bug#31421] [PATCH 4/6] gnu: Add ghc-binary Tonton
2018-05-13 21:13   ` [bug#31418] " Ludovic Courtès
2018-05-17 14:18   ` [bug#31418] [bug#31421] " Ludovic Courtès
2018-05-11 20:34 ` Tonton [this message]
2018-05-17 19:37   ` [bug#31422] [PATCH 1/2] gnu: Add ghc-semigroupoids-5.2.2 Tonton
2018-05-20 20:44     ` bug#31422: " Ludovic Courtès
2018-05-11 20:34 ` [bug#31423] [PATCH 6/6] gnu: Add ghc-bytes Tonton
2018-05-17 19:34   ` [bug#31423] [PATCH 2/2] " Tonton
2018-05-20 20:58     ` bug#31423: " Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=20180511203408.29491-4-tonton@riseup.net \
    --to=tonton@riseup.net \
    --cc=31418@debbugs.gnu.org \
    --cc=31422@debbugs.gnu.org \
    /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 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.