all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#37315] [PATCH] Include .hs file for emacs-flycheck-haskell.
@ 2019-09-05 21:45 Brian Leung
  2019-09-06  9:36 ` Oleg Pyhalov
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-09-05 21:45 UTC (permalink / raw)
  To: 37315


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

See attached.

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

[-- Attachment #2: 0001-gnu-emacs-flycheck-haskell-Include-.hs-file.patch --]
[-- Type: text/x-patch, Size: 1452 bytes --]

From 48e5a6920b055e5723d4cb518aa98c599fac3d06 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Thu, 5 Sep 2019 23:43:24 +0200
Subject: [PATCH] gnu: emacs-flycheck-haskell: Include .hs file.

* gnu/packages/emacs-xyz.scm (emacs-flycheck-haskell): Include package file.
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index be88802071..ae66b9e88a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16543,11 +16543,10 @@ unescaping of quotes.")
 
 (define-public emacs-flycheck-haskell
   (let ((commit "32ddff87165a7d3a35e7318bee997b5b4bd41278")
-        (version "0.8")
-        (revision "79"))
+        (revision "2"))
     (package
       (name "emacs-flycheck-haskell")
-      (version (git-version version revision commit))
+      (version (git-version "0.8" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -16565,6 +16564,8 @@ unescaping of quotes.")
          ("emacs-flycheck" ,emacs-flycheck)
          ("emacs-haskell-mode" ,emacs-haskell-mode)
          ("emacs-let-alist" ,emacs-let-alist)))
+      (arguments
+       `(#:include '("\\.el$" "\\.hs$")))
       (home-page "https://github.com/flycheck/flycheck-haskell")
       (synopsis "Flycheck for Haskell")
       (description "This package configures syntax-checking for Haskell
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#37315] [PATCH] Include .hs file for emacs-flycheck-haskell.
  2019-09-05 21:45 [bug#37315] [PATCH] Include .hs file for emacs-flycheck-haskell Brian Leung
@ 2019-09-06  9:36 ` Oleg Pyhalov
  0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pyhalov @ 2019-09-06  9:36 UTC (permalink / raw)
  To: Brian Leung; +Cc: 37315, 37315-done

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

Brian Leung <bkleung89@gmail.com> writes:

> See attached.
> From 48e5a6920b055e5723d4cb518aa98c599fac3d06 Mon Sep 17 00:00:00 2001
> From: Brian Leung <bkleung89@gmail.com>
> Date: Thu, 5 Sep 2019 23:43:24 +0200
> Subject: [PATCH] gnu: emacs-flycheck-haskell: Include .hs file.
>
> * gnu/packages/emacs-xyz.scm (emacs-flycheck-haskell): Include package file.
[…]

Pushed to master,

Thank you!

Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-06  9:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 21:45 [bug#37315] [PATCH] Include .hs file for emacs-flycheck-haskell Brian Leung
2019-09-06  9:36 ` Oleg Pyhalov

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.