[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/40: gnu: Add ghc-shelly.
From: |
Leo Famulari |
Subject: |
32/40: gnu: Add ghc-shelly. |
Date: |
Fri, 23 Sep 2016 00:10:19 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 25b3bdb5ffed180f1c7e393f3287d1e5d0364be7
Author: ng0 <address@hidden>
Date: Sun Sep 18 16:10:12 2016 +0000
gnu: Add ghc-shelly.
* gnu/packages/haskell.scm (ghc-shelly): New variable.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 52498e3..100efd6 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7188,4 +7188,40 @@ In particular, this library supports working with POSIX
files that have paths
which can't be decoded in the current locale encoding.")
(license license:expat)))
+(define-public ghc-shelly
+ (package
+ (name "ghc-shelly")
+ (version "1.6.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/shelly/shelly-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0bg1pj5bhswfgwfgz66xr82i8cmjgrnx5ljvjy37052zxb82imnk"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-mtl" ,ghc-mtl)
+ ("ghc-unix-compat" ,ghc-unix-compat)
+ ("ghc-system-filepath-bootstrap" ,ghc-system-filepath-bootstrap)
+ ("ghc-system-fileio-bootstrap" ,ghc-system-fileio-bootstrap)
+ ("ghc-monad-control" ,ghc-monad-control)
+ ("ghc-lifted-base" ,ghc-lifted-base)
+ ("ghc-lifted-async" ,ghc-lifted-async)
+ ("ghc-exceptions" ,ghc-exceptions)
+ ("ghc-enclosed-exceptions" ,ghc-enclosed-exceptions)
+ ("ghc-text" ,ghc-text)
+ ("ghc-async" ,ghc-async)
+ ("ghc-transformers-base" ,ghc-transformers-base)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-hspec" ,ghc-hspec)))
+ (home-page "https://github.com/yesodweb/Shelly.hs")
+ (synopsis "Shell-like (systems) programming in Haskell")
+ (description
+ "Shelly provides convenient systems programming in Haskell, similar in
+spirit to POSIX shells. Shelly is originally forked from the Shellish
package.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
- 07/40: gnu: Add ghc-haskeline., (continued)
- 07/40: gnu: Add ghc-haskeline., Leo Famulari, 2016/09/22
- 08/40: gnu: Add ghc-regex-applicative., Leo Famulari, 2016/09/22
- 10/40: gnu: Add ghc-regex-compat-tdfa., Leo Famulari, 2016/09/22
- 11/40: gnu: Add ghc-tasty-th., Leo Famulari, 2016/09/22
- 13/40: gnu: Add ghc-bytestring-handle., Leo Famulari, 2016/09/22
- 12/40: gnu: Add ghc-sandi., Leo Famulari, 2016/09/22
- 20/40: gnu: Add ghc-colour., Leo Famulari, 2016/09/22
- 21/40: gnu: Add ghc-directory., Leo Famulari, 2016/09/22
- 19/40: gnu: Add ghc-bytestring., Leo Famulari, 2016/09/22
- 23/40: gnu: Add ghc-wl-pprint-text., Leo Famulari, 2016/09/22
- 32/40: gnu: Add ghc-shelly.,
Leo Famulari <=
- 29/40: gnu: Add ghc-lifted-async., Leo Famulari, 2016/09/22
- 33/40: gnu: Add ghc-options-bootstrap., Leo Famulari, 2016/09/22
- 22/40: gnu: Add ghc-process., Leo Famulari, 2016/09/22
- 14/40: gnu: Add ghc-tar., Leo Famulari, 2016/09/22
- 25/40: gnu: Add ghc-fgl-arbitrary., Leo Famulari, 2016/09/22
- 27/40: gnu: Add ghc-array., Leo Famulari, 2016/09/22
- 17/40: gnu: Add ghc-patience., Leo Famulari, 2016/09/22
- 18/40: gnu: Add ghc-monads-tf., Leo Famulari, 2016/09/22
- 24/40: gnu: ghc-fgl: Update to 5.5.3.0., Leo Famulari, 2016/09/22
- 15/40: gnu: Add ghc-transformers., Leo Famulari, 2016/09/22