[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31582] [PATCH 7/8] gnu: Add ghc-disk-free-space.
From: |
Timothy Sample |
Subject: |
[bug#31582] [PATCH 7/8] gnu: Add ghc-disk-free-space. |
Date: |
Thu, 24 May 2018 19:27:08 -0000 |
* gnu/packages/haskell.scm (ghc-disk-free-space): New variable.
---
gnu/packages/haskell.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 962e63dfa..3cbb33fa1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9655,4 +9655,24 @@ serialization code.")
(home-page "https://hackage.haskell.org/package/bytes")
(license license:bsd-3)))
+(define-public ghc-disk-free-space
+ (package
+ (name "ghc-disk-free-space")
+ (version "0.1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "disk-free-space/disk-free-space-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "07rqj8k1vh3cykq9yidpjxhgh1f7vgmjs6y1nv5kq2217ff4yypi"))))
+ (build-system haskell-build-system)
+ (home-page "https://github.com/redneb/disk-free-space")
+ (synopsis "Retrieve information about disk space usage")
+ (description "A cross-platform library for retrieving information about
+disk space usage.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
--
2.17.0
- [bug#31582] [PATCH 0/8] git-annex, Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 6/8] gnu: ghc-psqueues: Allow building with newer versions of QuickCheck., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 2/8] gnu: Add ghc-feed., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 1/8] gnu: Add ghc-bloomfilter., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 4/8] gnu: Add ghc-esqueleto., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 3/8] gnu: Add ghc-ifelse., Timothy Sample, 2018/05/24
- [bug#31582] [PATCH 7/8] gnu: Add ghc-disk-free-space.,
Timothy Sample <=
- [bug#31582] [PATCH 8/8] gnu: Add git-annex., Timothy Sample, 2018/05/24
[bug#31582] [PATCH 5/8] gnu: Add ghc-safesemaphore., Timothy Sample, 2018/05/24
[bug#31582] [PATCH 0/8] git-annex, Christopher Lemmer Webber, 2018/05/29