all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add ghc-unexceptionalio.
@ 2017-02-24  6:29 rsiddharth
  2017-03-11 11:43 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: rsiddharth @ 2017-02-24  6:29 UTC (permalink / raw)
  To: guix-devel

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d0f659f6e..2415881e8 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8194,4 +8194,22 @@ or filter messages based on the priority and source.  It also has a syslog
 handler built in.")
     (license license:bsd-3)))
 
+(define-public ghc-unexceptionalio
+  (package
+    (name "ghc-unexceptionalio")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://hackage.haskell.org/package/"
+                           "unexceptionalio-" version "/" "unexceptionalio-"
+                           version ".tar.gz"))
+       (sha256 (base32 "1f7h7zwky4scdcyjspg4ksfh7x6yra0wjybxq70p7vcwpgk2nzlj"))))
+    (build-system haskell-build-system)
+    (home-page "https://github.com/singpolyma/unexceptionalio")
+    (synopsis "IO without any non-error, synchronous exceptions")
+    (description "When you've caught all the exceptions that can be
+handled safely, this is what you're left with.")
+    (license license:isc)))
+
 ;;; haskell.scm ends here
-- 
2.11.0

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

* Re: [PATCH] gnu: Add ghc-unexceptionalio.
  2017-02-24  6:29 [PATCH] gnu: Add ghc-unexceptionalio rsiddharth
@ 2017-03-11 11:43 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-03-11 11:43 UTC (permalink / raw)
  To: rsiddharth; +Cc: guix-devel

rsiddharth <s@ricketyspace.net> skribis:

> * gnu/packages/haskell.scm (ghc-unexceptionalio): New variable.

Pushed, thank you!

Ludo’.

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

end of thread, other threads:[~2017-03-11 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-24  6:29 [PATCH] gnu: Add ghc-unexceptionalio rsiddharth
2017-03-11 11:43 ` Ludovic Courtès

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.