mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Remove duplicated ghc-time-locale-compat.
It was first added in5e51bcf7b3
, then again inc56a30b3ba
. * gnu/packages/haskell.scm (ghc-time-locale-compat): Remove duplicated package definition.
This commit is contained in:
parent
89b4882176
commit
f694b4ba9c
1 changed files with 0 additions and 20 deletions
|
@ -9278,26 +9278,6 @@ (define-public ghc-uri-bytestring
|
||||||
parser that uses ByteStrings for parsing and representing the URI data.")
|
parser that uses ByteStrings for parsing and representing the URI data.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-time-locale-compat
|
|
||||||
(package
|
|
||||||
(name "ghc-time-locale-compat")
|
|
||||||
(version "0.1.1.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
|
||||||
"time-locale-compat-" version "/"
|
|
||||||
"time-locale-compat-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1vdcfr2hp9qh3ag90x6ikbdf42wiqpdylnplffna54bpnilbyi4i"))))
|
|
||||||
(build-system haskell-build-system)
|
|
||||||
(home-page "https://github.com/khibino/haskell-time-locale-compat")
|
|
||||||
(synopsis "Compatibility of TimeLocale between old-locale and time-1.5")
|
|
||||||
(description "This Haskell package contains wrapped name module for
|
|
||||||
TimeLocale.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public ghc-http-api-data
|
(define-public ghc-http-api-data
|
||||||
(package
|
(package
|
||||||
(name "ghc-http-api-data")
|
(name "ghc-http-api-data")
|
||||||
|
|
Loading…
Reference in a new issue