[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/153: gnu: Add ghc-unix-compat.
From: |
Paul |
Subject: |
66/153: gnu: Add ghc-unix-compat. |
Date: |
Thu, 22 Oct 2015 10:11:19 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 97765e723d476b707ff289d09862e6e21999a348
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")
- 89/153: gnu: Add ghc-tasty-golden., (continued)
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/22
- 99/153: gnu: Add ghc-distributive., Paul, 2015/10/22
- 98/153: gnu: Add ghc-cereal., Paul, 2015/10/22
- 88/153: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/22
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/22
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/22
- 68/153: gnu: Add ghc-http-types., Paul, 2015/10/22
- 70/153: gnu: Add ghc-semigroups., Paul, 2015/10/22
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 66/153: gnu: Add ghc-unix-compat.,
Paul <=
- 84/153: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/22
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 80/153: gnu: Add ghc-clock., Paul, 2015/10/22
- 101/153: gnu: Add ghc-hscolour., Paul, 2015/10/22
- 102/153: gnu: Add ghc-polyparse., Paul, 2015/10/22
- 107/153: gnu: Add ghc-reflection., Paul, 2015/10/22
- 110/153: gnu: Add ghc-adjunctions., Paul, 2015/10/22
- 79/153: gnu: Add ghc-charset., Paul, 2015/10/22
- 85/153: gnu: Add ghc-word8., Paul, 2015/10/22