[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/53: gnu: Add ghc-missingh.
From: |
Ricardo Wurmus |
Subject: |
45/53: gnu: Add ghc-missingh. |
Date: |
Thu, 16 Aug 2018 11:05:03 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ea6ffd3cea1780259c84f9df1b6aa24ea9f13728
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 12:15:08 2018 +0200
gnu: Add ghc-missingh.
* gnu/packages/haskell.scm (ghc-missingh): New variable.
---
gnu/packages/haskell.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 569961d..fcd6f50 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9876,4 +9876,43 @@ disk space usage.")
This package provides an orphan instance.")
(license license:expat)))
+(define-public ghc-missingh
+ (package
+ (name "ghc-missingh")
+ (version "1.4.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/MissingH/"
+ "MissingH-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0wcvgrmav480w7nf4bl14yi0jq2yzanysxwzwas9hpb28vyjlgr8"))))
+ (build-system haskell-build-system)
+ ;; Tests require the unmaintained testpack package, which depends on the
+ ;; outdated QuickCheck version 2.7, which can no longer be built with
+ ;; recent versions of GHC and Haskell libraries.
+ (arguments '(#:tests? #f))
+ (inputs
+ `(("ghc-network" ,ghc-network)
+ ("ghc-parsec" ,ghc-parsec)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-regex-compat" ,ghc-regex-compat)
+ ("ghc-hslogger" ,ghc-hslogger)
+ ("ghc-random" ,ghc-random)
+ ("ghc-old-time" ,ghc-old-time)
+ ("ghc-old-locale" ,ghc-old-locale)))
+ (native-inputs
+ `(("ghc-errorcall-eq-instance" ,ghc-errorcall-eq-instance)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-hunit" ,ghc-hunit)))
+ (home-page "http://software.complete.org/missingh")
+ (synopsis "Large utility library")
+ (description
+ "MissingH is a library of all sorts of utility functions for Haskell
+programmers. It is written in pure Haskell and thus should be extremely
+portable and easy to use.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
- 29/53: gnu: Add ghc-typed-process., (continued)
- 29/53: gnu: Add ghc-typed-process., Ricardo Wurmus, 2018/08/16
- 40/53: gnu: ghc-pandoc: Update to 2.2.1., Ricardo Wurmus, 2018/08/16
- 43/53: gnu: Add ghc-regex., Ricardo Wurmus, 2018/08/16
- 49/53: gnu: ghc-texmath: Update to 0.11.0.1., Ricardo Wurmus, 2018/08/16
- 48/53: gnu: Add ghc-gtk2hs-buildtools., Ricardo Wurmus, 2018/08/16
- 51/53: gnu: Add r-proc., Ricardo Wurmus, 2018/08/16
- 19/53: gnu: ghc-http-client: Update to 0.5.13.1., Ricardo Wurmus, 2018/08/16
- 27/53: gnu: ghc-conduit-combinators: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 52/53: gnu: Add r-rootsolve., Ricardo Wurmus, 2018/08/16
- 46/53: gnu: Add ghc-intervalmap., Ricardo Wurmus, 2018/08/16
- 45/53: gnu: Add ghc-missingh.,
Ricardo Wurmus <=
- 28/53: gnu: ghc-mono-traversable: Update to 1.0.9.0., Ricardo Wurmus, 2018/08/16
- 50/53: gnu: Add ghc-chart., Ricardo Wurmus, 2018/08/16
- 24/53: gnu: ghc-ansi-wl-pprint: Update to 0.6.8.2., Ricardo Wurmus, 2018/08/16
- 37/53: gnu: ghc-http: Update to 4000.3.12., Ricardo Wurmus, 2018/08/16
- 53/53: gnu: Add r-inspect., Ricardo Wurmus, 2018/08/16
- 22/53: gnu: ghc-hunit: Update to 1.6.0.0., Ricardo Wurmus, 2018/08/16
- 47/53: gnu: Add ghc-operational., Ricardo Wurmus, 2018/08/16