me
/
guix
Archived
1
0
Fork 0

gnu: Add ghc-timezone-series.

* gnu/packages/haskell-xyz.scm (ghc-timezone-series): New variable.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
master
John Soo 2019-11-14 01:10:01 -08:00 committed by Timothy Sample
parent f2ed1e6d52
commit 2ed8bd2d7d
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 23 additions and 0 deletions

View File

@ -11110,6 +11110,29 @@ timer manager.")
used CPU time of monadic computation with an IO base.")
(license license:bsd-3)))
(define-public ghc-timezone-series
(package
(name "ghc-timezone-series")
(version "0.1.9")
(source
(origin
(method url-fetch)
(uri
(string-append
"mirror://hackage/package/timezone-series/timezone-series-"
version ".tar.gz"))
(sha256
(base32
"1blwgnyzqn917rgqkl4dncv9whv3xmk0lav040qq0214vksmvlz5"))))
(build-system haskell-build-system)
(home-page "https://archives.haskell.org/projects.haskell.org/time-ng/")
(synopsis "Enhanced timezone handling for Time")
(description
"This package endows @code{Data.Time}, from the time package, with several
data types and functions for enhanced processing of timezones. For one way to
create timezone series, see the ghc-timezone-olson package.")
(license license:bsd-3)))
(define-public ghc-tldr
(package
(name "ghc-tldr")