[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 38/43] gnu: Add ghc-options.
From: |
ng0 |
Subject: |
[PATCH 38/43] gnu: Add ghc-options. |
Date: |
Sun, 4 Sep 2016 16:17:37 +0000 |
* gnu/packages/haskell.scm (ghc-options): New variable.
---
gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 7263a94..3cb36ee 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7367,4 +7367,29 @@ testing strategies.")
(description "More complex tests for @code{chell}.")
(license license:expat)))
+(define-public ghc-options
+ (package
+ (name "ghc-options")
+ (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)
+ (inputs
+ `(("ghc-monads-tf" ,ghc-monads-tf)
+ ("ghc-chell" ,ghc-chell)
+ ("ghc-chell-quickcheck" ,ghc-chell-quickcheck)))
+ (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
--
2.9.3
- [PATCH 24/43] gnu: ghc-fgl: Update to 5.5.3.0., (continued)
- [PATCH 24/43] gnu: ghc-fgl: Update to 5.5.3.0., ng0, 2016/09/04
- [PATCH 27/43] gnu: Add ghc-array., ng0, 2016/09/04
- [PATCH 33/43] gnu: Add ghc-shelly., ng0, 2016/09/04
- [PATCH 32/43] gnu: Add ghc-system-fileio-bootstrap., ng0, 2016/09/04
- [PATCH 29/43] gnu: Add ghc-constraints., ng0, 2016/09/04
- [PATCH 36/43] gnu: Add ghc-chell-quickcheck-bootstrap., ng0, 2016/09/04
- [PATCH 28/43] gnu: Add ghc-findbin., ng0, 2016/09/04
- [PATCH 38/43] gnu: Add ghc-options.,
ng0 <=
- [PATCH 40/43] gnu: Add ghc-system-fileio., ng0, 2016/09/04
- [PATCH 31/43] gnu: Add ghc-system-filepath-bootstrap., ng0, 2016/09/04
- [PATCH 35/43] gnu: Add ghc-chell., ng0, 2016/09/04
- [PATCH 39/43] gnu: Add ghc-system-filepath., ng0, 2016/09/04
- [PATCH 41/43] gnu: Add address@hidden, ng0, 2016/09/04
- [PATCH 42/43] gnu: Add address@hidden, ng0, 2016/09/04
- [PATCH 34/43] gnu: Add ghc-options-bootstrap., ng0, 2016/09/04
- [PATCH 37/43] gnu: Add ghc-chell-quickcheck., ng0, 2016/09/04
- [PATCH 30/43] gnu: Add ghc-lifted-async., ng0, 2016/09/04
- [PATCH 43/43] gnu: Add darcs., ng0, 2016/09/04