[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/40: gnu: Add ghc-options-bootstrap.
From: |
Leo Famulari |
Subject: |
33/40: gnu: Add ghc-options-bootstrap. |
Date: |
Fri, 23 Sep 2016 00:10:19 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 7e06c4aa98a3d240c8e8847e825c1a2f780e1fbe
Author: ng0 <address@hidden>
Date: Sun Sep 18 16:10:13 2016 +0000
gnu: Add ghc-options-bootstrap.
* gnu/packages/haskell.scm (ghc-options-bootstrap): New variable.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 100efd6..51cfa74 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7224,4 +7224,30 @@ which can't be decoded in the current locale encoding.")
spirit to POSIX shells. Shelly is originally forked from the Shellish
package.")
(license license:bsd-3)))
+;; See ghc-system-filepath-bootstrap, chell and chell-quickcheck are required
for tests.
+(define ghc-options-bootstrap
+ (package
+ (name "ghc-options-bootstrap")
+ (version "1.2.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/options/options-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0qjs0v1ny52w51n5582d4z8wy9h6n0zw1xb5dh686ff5wadflgi8"))))
+ (build-system haskell-build-system)
+ (arguments
+ `(#:tests? #f))
+ (inputs
+ `(("ghc-monads-tf" ,ghc-monads-tf)))
+ (home-page "https://john-millikin.com/software/haskell-options/")
+ (synopsis "Powerful and easy-to-use command-line option parser")
+ (description
+ "The @code{options} package lets library and application developers
+easily work with command-line options.")
+ (license license:expat)))
+
;;; haskell.scm ends here
- 10/40: gnu: Add ghc-regex-compat-tdfa., (continued)
- 10/40: gnu: Add ghc-regex-compat-tdfa., Leo Famulari, 2016/09/22
- 11/40: gnu: Add ghc-tasty-th., Leo Famulari, 2016/09/22
- 13/40: gnu: Add ghc-bytestring-handle., Leo Famulari, 2016/09/22
- 12/40: gnu: Add ghc-sandi., Leo Famulari, 2016/09/22
- 20/40: gnu: Add ghc-colour., Leo Famulari, 2016/09/22
- 21/40: gnu: Add ghc-directory., Leo Famulari, 2016/09/22
- 19/40: gnu: Add ghc-bytestring., Leo Famulari, 2016/09/22
- 23/40: gnu: Add ghc-wl-pprint-text., Leo Famulari, 2016/09/22
- 32/40: gnu: Add ghc-shelly., Leo Famulari, 2016/09/22
- 29/40: gnu: Add ghc-lifted-async., Leo Famulari, 2016/09/22
- 33/40: gnu: Add ghc-options-bootstrap.,
Leo Famulari <=
- 22/40: gnu: Add ghc-process., Leo Famulari, 2016/09/22
- 14/40: gnu: Add ghc-tar., Leo Famulari, 2016/09/22
- 25/40: gnu: Add ghc-fgl-arbitrary., Leo Famulari, 2016/09/22
- 27/40: gnu: Add ghc-array., Leo Famulari, 2016/09/22
- 17/40: gnu: Add ghc-patience., Leo Famulari, 2016/09/22
- 18/40: gnu: Add ghc-monads-tf., Leo Famulari, 2016/09/22
- 24/40: gnu: ghc-fgl: Update to 5.5.3.0., Leo Famulari, 2016/09/22
- 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