[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/40: gnu: Add ghc-system-fileio-bootstrap.
From: |
Leo Famulari |
Subject: |
31/40: gnu: Add ghc-system-fileio-bootstrap. |
Date: |
Fri, 23 Sep 2016 00:10:19 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 3f7aa1029b10e420f9b28829ce8badf8f6d19bc1
Author: ng0 <address@hidden>
Date: Sun Sep 18 16:10:11 2016 +0000
gnu: Add ghc-system-fileio-bootstrap.
* gnu/packages/haskell.scm (ghc-system-fileio-bootstrap): New variable.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 00f5872..52498e3 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7156,4 +7156,36 @@ Unlike the filepath package, this package does not
simply reuse String,
increasing type safety.")
(license license:expat)))
+;; See ghc-system-filepath-bootstrap. In addition this package depends on
+;; ghc-system-filepath.
+(define ghc-system-fileio-bootstrap
+ (package
+ (name "ghc-system-fileio-bootstrap")
+ (version "0.3.16.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/system-fileio/system-fileio-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1484hcl27s2qcby8ws5djj11q9bz68bspcifz9h5gii2ndy70x9i"))))
+ (build-system haskell-build-system)
+ (arguments
+ `(#:tests? #f))
+ (inputs
+ `(("ghc-system-filepath-bootstrap" ,ghc-system-filepath-bootstrap)
+ ("ghc-text" ,ghc-text)
+ ("ghc-temporary" ,ghc-temporary)))
+ (home-page "https://github.com/fpco/haskell-filesystem")
+ (synopsis "Consistent filesystem interaction across GHC versions")
+ (description
+ "This is a small wrapper around the directory, unix, and Win32 packages,
+for use with system-filepath. It provides a consistent API to the various
+versions of these packages distributed with different versions of GHC.
+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)))
+
;;; haskell.scm ends here
- 15/40: gnu: Add ghc-transformers., (continued)
- 15/40: gnu: Add ghc-transformers., Leo Famulari, 2016/09/22
- 16/40: gnu: Add ghc-findbin., Leo Famulari, 2016/09/22
- 34/40: gnu: Add ghc-chell., Leo Famulari, 2016/09/22
- 30/40: gnu: Add ghc-system-filepath-bootstrap., Leo Famulari, 2016/09/22
- 36/40: gnu: Add ghc-chell-quickcheck., Leo Famulari, 2016/09/22
- 38/40: gnu: Add ghc-system-filepath., Leo Famulari, 2016/09/22
- 35/40: gnu: Add ghc-chell-quickcheck-bootstrap., Leo Famulari, 2016/09/22
- 37/40: gnu: Add ghc-options., Leo Famulari, 2016/09/22
- 28/40: gnu: Add ghc-constraints., Leo Famulari, 2016/09/22
- 26/40: gnu: Add ghc-graphviz., Leo Famulari, 2016/09/22
- 31/40: gnu: Add ghc-system-fileio-bootstrap.,
Leo Famulari <=
- 40/40: gnu: Add ghc-transformers-0.4.2.0., Leo Famulari, 2016/09/22
- 39/40: gnu: Add ghc-system-fileio., Leo Famulari, 2016/09/22