[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/153: gnu: Add ghc-easy-file.
From: |
Paul |
Subject: |
55/153: gnu: Add ghc-easy-file. |
Date: |
Thu, 22 Oct 2015 10:11:14 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 6b74649610fcead8ea00161617b9e7c74d937b5a
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:19:03 2015 +0200
gnu: Add ghc-easy-file.
* gnu/packages/haskell.scm (ghc-easy-file): New variable.
---
gnu/packages/haskell.scm | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index bb103c8..e301e8c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1975,6 +1975,27 @@ a subset of @code{MonadBase} into which generic control
operations such as
system.")
(license bsd-3)))
+(define-public ghc-easy-file
+ (package
+ (name "ghc-easy-file")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/easy-file/easy-file-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0v75081bx4qzlqy29hh639nzlr7dncwza3qxbzm9njc4jarf31pz"))))
+ (build-system haskell-build-system)
+ (home-page
+ "http://github.com/kazu-yamamoto/easy-file")
+ (synopsis "File handling library for Haskell")
+ (description "This library provides file handling utilities for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-async
(package
(name "ghc-async")
- 40/153: gnu: Add ghc-xml., (continued)
- 40/153: gnu: Add ghc-xml., Paul, 2015/10/22
- 45/153: gnu: Add ghc-base64-bytestring., Paul, 2015/10/22
- 50/153: gnu: Add ghc-vault., Paul, 2015/10/22
- 48/153: gnu: Add ghc-optparse-applicative., Paul, 2015/10/22
- 54/153: gnu: Add ghc-byteorder., Paul, 2015/10/22
- 43/153: gnu: Add ghc-annotated-wl-pprint., Paul, 2015/10/22
- 60/153: gnu: Add ghc-doctest., Paul, 2015/10/22
- 32/153: gnu: Add hspec-discover., Paul, 2015/10/22
- 44/153: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/22
- 51/153: gnu: Add ghc-mmorph., Paul, 2015/10/22
- 55/153: gnu: Add ghc-easy-file.,
Paul <=
- 56/153: gnu: Add ghc-base-compat., Paul, 2015/10/22
- 59/153: gnu: Add ghc-blaze-html., Paul, 2015/10/22
- 61/153: gnu: Add ghc-auto-update., Paul, 2015/10/22
- 57/153: gnu: Add ghc-blaze-builder., Paul, 2015/10/22
- 63/153: gnu: Add ghc-unbounded-delays., Paul, 2015/10/22
- 65/153: gnu: Add ghc-unix-time., Paul, 2015/10/22
- 52/153: gnu: Add ghc-transformers-base., Paul, 2015/10/22
- 69/153: gnu: Add ghc-nats., Paul, 2015/10/22
- 72/153: gnu: Add ghc-bifunctors., Paul, 2015/10/22
- 64/153: gnu: Add ghc-iproute., Paul, 2015/10/22