[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/151: gnu: Add ghc-easy-file.
From: |
Paul |
Subject: |
55/151: gnu: Add ghc-easy-file. |
Date: |
Mon, 19 Oct 2015 08:57:46 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit e609b4e8ea8704ed3be8a6f678147a71d2590437
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 | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a01ef9f..9bb58d2 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1993,6 +1993,28 @@ from IO or any other base monad.")
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 "Cross-platform File handling")
+ (description
+ "Cross-platform File handling for Unix/Mac/Windows")
+ (license bsd-3)))
+
(define-public ghc-async
(package
(name "ghc-async")
- 45/151: gnu: Add ghc-base64-bytestring., (continued)
- 45/151: gnu: Add ghc-base64-bytestring., Paul, 2015/10/19
- 46/151: gnu: Add ghc-uniplate., Paul, 2015/10/19
- 49/151: gnu: Add ghc-base-orphans., Paul, 2015/10/19
- 51/151: gnu: Add ghc-mmorph., Paul, 2015/10/19
- 52/151: gnu: Add ghc-transformers-base., Paul, 2015/10/19
- 50/151: gnu: Add ghc-vault., Paul, 2015/10/19
- 48/151: gnu: Add ghc-optparse-applicative., Paul, 2015/10/19
- 47/151: gnu: Add ghc-fingertree., Paul, 2015/10/19
- 54/151: gnu: Add ghc-byteorder., Paul, 2015/10/19
- 53/151: gnu: Add ghc-monad-control., Paul, 2015/10/19
- 55/151: gnu: Add ghc-easy-file.,
Paul <=
- 57/151: gnu: Add ghc-blaze-builder., Paul, 2015/10/19
- 56/151: gnu: Add ghc-base-compat., Paul, 2015/10/19
- 58/151: gnu: Add ghc-blaze-markup., Paul, 2015/10/19
- 60/151: gnu: Add ghc-doctest., Paul, 2015/10/19
- 59/151: gnu: Add ghc-blaze-html., Paul, 2015/10/19
- 61/151: gnu: Add ghc-auto-update., Paul, 2015/10/19
- 62/151: gnu: Add ghc-tagged., Paul, 2015/10/19
- 63/151: gnu: Add ghc-unbounded-delays., Paul, 2015/10/19
- 64/151: gnu: Add ghc-iproute., Paul, 2015/10/19
- 67/151: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/19