[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/53: gnu: Add ghc-convertible.
From: |
Ricardo Wurmus |
Subject: |
41/53: gnu: Add ghc-convertible. |
Date: |
Thu, 16 Aug 2018 11:05:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f8362eac6a6cd6dbd813209c72d1a915ff5f0fd0
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 12:09:57 2018 +0200
gnu: Add ghc-convertible.
* gnu/packages/haskell.scm (ghc-convertible): New variable.
---
gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0eaf142..dada57d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -453,6 +453,34 @@ interactive environment for the functional language
Haskell.")
determine the hostname.")
(license license:bsd-3)))
+(define-public ghc-convertible
+ (package
+ (name "ghc-convertible")
+ (version "1.1.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/convertible/"
+ "convertible-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0v18ap1mccnndgxmbfgyjdicg8jlss01bd5fq8a576dr0h4sgyg9"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-old-time" ,ghc-old-time)
+ ("ghc-old-locale" ,ghc-old-locale)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-text" ,ghc-text)))
+ (home-page "https://hackage.haskell.org/package/convertible")
+ (synopsis "Typeclasses and instances for converting between types")
+ (description
+ "This package provides a typeclass with a single function that is
+designed to help convert between different types: numeric values, dates and
+times, and the like. The conversions perform bounds checking and return a
+pure @code{Either} value. This means that you need not remember which specific
+function performs the conversion you desire.")
+ (license license:bsd-3)))
+
(define-public ghc-libxml
(package
(name "ghc-libxml")
- 16/53: gnu: ghc-tagsoup: Update to 0.14.6., (continued)
- 16/53: gnu: ghc-tagsoup: Update to 0.14.6., Ricardo Wurmus, 2018/08/16
- 26/53: gnu: ghc-uuid: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 33/53: gnu: ghc-pandoc-types: Update to 1.17.5.1., Ricardo Wurmus, 2018/08/16
- 11/53: gnu: ghc-hspec-core: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 31/53: gnu: ghc-conduit: Update to 1.3.0.3., Ricardo Wurmus, 2018/08/16
- 17/53: gnu: Add ghc-httpd-shed., Ricardo Wurmus, 2018/08/16
- 20/53: gnu: ghc-http-conduit: Update to 2.3.2., Ricardo Wurmus, 2018/08/16
- 25/53: gnu: ghc-uuid-types: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 39/53: gnu: ghc-vector-algorithms: Fix build errors., Ricardo Wurmus, 2018/08/16
- 35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0., Ricardo Wurmus, 2018/08/16
- 41/53: gnu: Add ghc-convertible.,
Ricardo Wurmus <=
- 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