diff options
author | Christopher Baines <mail@cbaines.net> | 2018-07-17 20:56:09 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-07-29 17:57:52 +0100 |
commit | f694b4ba9c0f03f68b8430ad13742eee9e4f78b7 (patch) | |
tree | d75cbd2d57e622bc67dd477fe5c8866f7fdc8cec | |
parent | 89b48821767d78fede67065028ee0a0f3f172acb (diff) | |
download | patches-f694b4ba9c0f03f68b8430ad13742eee9e4f78b7.tar patches-f694b4ba9c0f03f68b8430ad13742eee9e4f78b7.tar.gz |
gnu: Remove duplicated ghc-time-locale-compat.
It was first added in 5e51bcf7b38511d943f4d24621be5817144061cd, then again in
c56a30b3ba3e1e93ced3c6ba2cfb4c738b805074.
* gnu/packages/haskell.scm (ghc-time-locale-compat): Remove duplicated package
definition.
-rw-r--r-- | gnu/packages/haskell.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d9d39fb721..7f14c59450 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -9278,26 +9278,6 @@ each constructor are represented using an n-ary product.") parser that uses ByteStrings for parsing and representing the URI data.") (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 (package (name "ghc-http-api-data") |