[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/151: gnu: Add ghc-unix-compat.
From: |
Paul |
Subject: |
66/151: gnu: Add ghc-unix-compat. |
Date: |
Tue, 20 Oct 2015 15:30:38 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 9e59f8bd66d1500bc2cb60de0261f0505595641e
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:14:34 2015 +0200
gnu: Add ghc-unix-compat.
* gnu/packages/haskell.scm (ghc-unix-compat): New variable.
---
gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index de55610..3a5624d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1012,6 +1012,30 @@ but also need those types.")
for Unix time in Haskell.")
(license bsd-3)))
+(define-public ghc-unix-compat
+ (package
+ (name "ghc-unix-compat")
+ (version "0.4.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/unix-compat/unix-compat-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0jxk7j5pz2kgfpqr4hznndjg31pqj5xg2qfc5308fcn9xyg1myps"))))
+ (build-system haskell-build-system)
+ (home-page
+ "http://github.com/jystic/unix-compat")
+ (synopsis "Portable POSIX-compatibility layer")
+ (description
+ "This package provides portable implementations of parts of the unix
+package. This package re-exports the unix package when available. When it
+isn't available, portable implementations are used.")
+ (license bsd-3)))
+
(define-public ghc-iproute
(package
(name "ghc-iproute")
- 48/151: gnu: Add ghc-optparse-applicative., (continued)
- 48/151: gnu: Add ghc-optparse-applicative., Paul, 2015/10/20
- 52/151: gnu: Add ghc-transformers-base., Paul, 2015/10/20
- 54/151: gnu: Add ghc-byteorder., Paul, 2015/10/20
- 55/151: gnu: Add ghc-easy-file., Paul, 2015/10/20
- 49/151: gnu: Add ghc-base-orphans., Paul, 2015/10/20
- 57/151: gnu: Add ghc-blaze-builder., Paul, 2015/10/20
- 60/151: gnu: Add ghc-doctest., Paul, 2015/10/20
- 58/151: gnu: Add ghc-blaze-markup., Paul, 2015/10/20
- 61/151: gnu: Add ghc-auto-update., Paul, 2015/10/20
- 63/151: gnu: Add ghc-unbounded-delays., Paul, 2015/10/20
- 66/151: gnu: Add ghc-unix-compat.,
Paul <=
- 59/151: gnu: Add ghc-blaze-html., Paul, 2015/10/20
- 64/151: gnu: Add ghc-iproute., Paul, 2015/10/20
- 62/151: gnu: Add ghc-tagged., Paul, 2015/10/20
- 67/151: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/20
- 68/151: gnu: Add ghc-http-types., Paul, 2015/10/20
- 65/151: gnu: Add ghc-unix-time., Paul, 2015/10/20
- 77/151: gnu: Add ghc-bytestring-builder., Paul, 2015/10/20
- 74/151: gnu: Add ghc-contravariant., Paul, 2015/10/20
- 69/151: gnu: Add ghc-nats., Paul, 2015/10/20
- 70/151: gnu: Add ghc-semigroups., Paul, 2015/10/20