[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 14/21] gnu: Add ghc-system-filepath.
From: |
Paul van der Walt |
Subject: |
[PATCH 14/21] gnu: Add ghc-system-filepath. |
Date: |
Wed, 4 Nov 2015 21:01:02 +0100 |
* gnu/packages/haskell.scm (ghc-system-filepath): New variable.
---
gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ad94ca4..fd782c1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1261,6 +1261,33 @@ utility library. It is basically a 1:1 mapping of GLU's
C API, intended as a
basis for a nicer interface.")
(license bsd-3)))
+(define-public ghc-system-filepath
+ (package
+ (name "ghc-system-filepath")
+ (version "0.4.13.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/system-filepath/system-filepath-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1yy5zsmmimhg6iaw9fmpwrxvxrgi5s6bfyqfihdsnx4bjvn7sp9l"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-text" ,ghc-text)
+ ("ghc-chell" ,ghc-chell)
+ ("ghc-chell-quickcheck" ,ghc-chell-quickcheck)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
+ (home-page "https://github.com/fpco/haskell-filesystem")
+ (synopsis "Byte-based file and directory path manipulation")
+ (description
+ "This library provides high-level functions for byte-based file and
+directory path manipulation in Haskell.")
+ (license expat)))
+
(define-public ghc-opengl
(package
(name "ghc-opengl")
--
2.6.2
- [PATCH 07/21] gnu: Add ghc-patience., (continued)
- [PATCH 07/21] gnu: Add ghc-patience., Paul van der Walt, 2015/11/04
- [PATCH 08/21] gnu: Add ghc-constraints., Paul van der Walt, 2015/11/04
- [PATCH 10/21] gnu: Add ghc-lifted-async., Paul van der Walt, 2015/11/04
- [PATCH 11/21] gnu: Add ghc-options., Paul van der Walt, 2015/11/04
- [PATCH 09/21] gnu: Add ghc-language-c., Paul van der Walt, 2015/11/04
- [PATCH 14/21] gnu: Add ghc-system-filepath.,
Paul van der Walt <=
- [PATCH 19/21] gnu: Add ghc-alsa-core., Paul van der Walt, 2015/11/04
- [PATCH 18/21] gnu: Add c2hs., Paul van der Walt, 2015/11/04
- [PATCH 12/21] gnu: Add ghc-chell., Paul van der Walt, 2015/11/04
- [PATCH 13/21] gnu: Add ghc-chell-quickcheck., Paul van der Walt, 2015/11/04
- [PATCH 16/21] gnu: Add ghc-enclosed-exceptions., Paul van der Walt, 2015/11/04