all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 32192@debbugs.gnu.org
Subject: [bug#32192] [PATCH 5/7] gnu: Remove duplicated ghc-time-locale-compat.
Date: Tue, 17 Jul 2018 21:41:22 +0100	[thread overview]
Message-ID: <20180717204124.30205-5-mail@cbaines.net> (raw)
In-Reply-To: <20180717204124.30205-1-mail@cbaines.net>

It was first added in 5e51bcf7b38511d943f4d24621be5817144061cd, then again in
c56a30b3ba3e1e93ced3c6ba2cfb4c738b805074.

* gnu/packages/haskell.scm (ghc-time-locale-compat): Remove duplicated package
definition.
---
 gnu/packages/haskell.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d9d39fb72..7f14c5945 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")
-- 
2.17.1

  parent reply	other threads:[~2018-07-17 20:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-17 20:27 [bug#32192] [PATCH 0/7] Remove duplicated packages Christopher Baines
2018-07-17 20:41 ` [bug#32192] [PATCH 1/7] gnu: Remove duplicated emacs-csv-mode Christopher Baines
2018-07-17 20:41   ` [bug#32192] [PATCH 2/7] gnu: Remove duplicated emacs-load-relative Christopher Baines
2018-07-17 20:41   ` [bug#32192] [PATCH 3/7] gnu: Remove duplicated r-psych package Christopher Baines
2018-07-17 21:05     ` Leo Famulari
2018-07-29 17:03       ` Christopher Baines
2018-07-17 20:41   ` [bug#32192] [PATCH 4/7] gnu: Remove duplicated ghc-th-lift-instances Christopher Baines
2018-07-17 20:41   ` Christopher Baines [this message]
2018-07-17 20:41   ` [bug#32192] [PATCH 6/7] gnu: Remove duplicated perl-extutils-depends Christopher Baines
2018-07-17 20:41   ` [bug#32192] [PATCH 7/7] gnu: Remove duplicated python-pafy Christopher Baines
2018-07-17 21:07 ` [bug#32192] [PATCH 0/7] Remove duplicated packages Leo Famulari
2018-07-19  9:23   ` Ludovic Courtès
2018-07-24 10:11     ` Ludovic Courtès
2018-07-24 19:19       ` Christopher Baines
2018-07-29 17:04   ` bug#32192: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180717204124.30205-5-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=32192@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.