unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brian Leung <bkleung89@gmail.com>
To: 38487@debbugs.gnu.org
Subject: [bug#38487] [PATCH] Add ghc-apply-refact
Date: Tue, 3 Dec 2019 23:04:56 -0800	[thread overview]
Message-ID: <CAAc=MExdk_bO08e8BZZ3-O=GH_2S7xV=i0xq7T_=pEDfKvHB3A@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]

See attached.

[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]

[-- Attachment #2: 0001-gnu-Add-ghc-apply-refact.patch --]
[-- Type: text/x-patch, Size: 2078 bytes --]

From e2df81c5a5e8692e3f981ec9bf5c28cf65cfa124 Mon Sep 17 00:00:00 2001
From: Brian Leung <brian@debian>
Date: Tue, 3 Dec 2019 23:03:06 -0800
Subject: [PATCH] gnu: Add ghc-apply-refact.

* gnu/packages/haskell-xyz.scm (ghc-apply-refact): New variable.
---
 gnu/packages/haskell-xyz.scm | 38 ++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index fb6833207d..57a64fa880 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13148,3 +13148,41 @@ Zstandard compression algorithm, a fast lossless compression algorithm
 targeting real-time compression scenarios at zlib-level and better
 compression ratios.")
     (license license:bsd-3)))
+
+(define-public ghc-apply-refact
+  (package
+    (name "ghc-apply-refact")
+    (version "0.6.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/apply-refact/apply-refact-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "0p2mqgjcqr1zcmk8zgr0yq7g8z1agsa6l493lkj6g3ya9lyhxgig"))))
+    (build-system haskell-build-system)
+    (inputs
+     `(("ghc-refact" ,ghc-refact)
+       ("ghc-exactprint" ,ghc-exactprint)
+       ("ghc-syb" ,ghc-syb)
+       ("ghc-temporary" ,ghc-temporary)
+       ("ghc-filemanip" ,ghc-filemanip)
+       ("ghc-unix-compat" ,ghc-unix-compat)
+       ("ghc-optparse-applicative"
+        ,ghc-optparse-applicative)))
+    (native-inputs
+     `(("ghc-tasty" ,ghc-tasty)
+       ("ghc-tasty-golden" ,ghc-tasty-golden)
+       ("ghc-tasty-expected-failure"
+        ,ghc-tasty-expected-failure)
+       ("ghc-silently" ,ghc-silently)))
+    (home-page
+     "http://hackage.haskell.org/package/apply-refact")
+    (synopsis
+     "Perform refactorings specified by the refact library.")
+    (description
+     "Perform refactorings specified by the refact library. It is primarily used with HLint's --refactor flag.")
+    (license license:bsd-3)))
-- 
2.24.0


             reply	other threads:[~2019-12-04  7:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-04  7:04 Brian Leung [this message]
2020-01-17 16:33 ` [bug#38487] [PATCH] gnu: Add ghc-apply-refact John Soo
2020-01-24  4:45   ` Brian Leung
2020-03-29 19:05     ` bug#38487: " Marius Bakke

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='CAAc=MExdk_bO08e8BZZ3-O=GH_2S7xV=i0xq7T_=pEDfKvHB3A@mail.gmail.com' \
    --to=bkleung89@gmail.com \
    --cc=38487@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).