mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-flycheck-haskell: Include .hs file.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-haskell): Include package file. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
a9ca0325b5
commit
141d8a896f
1 changed files with 4 additions and 3 deletions
|
@ -16594,11 +16594,10 @@ (define-public emacs-vimrc-mode
|
||||||
|
|
||||||
(define-public emacs-flycheck-haskell
|
(define-public emacs-flycheck-haskell
|
||||||
(let ((commit "32ddff87165a7d3a35e7318bee997b5b4bd41278")
|
(let ((commit "32ddff87165a7d3a35e7318bee997b5b4bd41278")
|
||||||
(version "0.8")
|
(revision "2"))
|
||||||
(revision "79"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-flycheck-haskell")
|
(name "emacs-flycheck-haskell")
|
||||||
(version (git-version version revision commit))
|
(version (git-version "0.8" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16616,6 +16615,8 @@ (define-public emacs-flycheck-haskell
|
||||||
("emacs-flycheck" ,emacs-flycheck)
|
("emacs-flycheck" ,emacs-flycheck)
|
||||||
("emacs-haskell-mode" ,emacs-haskell-mode)
|
("emacs-haskell-mode" ,emacs-haskell-mode)
|
||||||
("emacs-let-alist" ,emacs-let-alist)))
|
("emacs-let-alist" ,emacs-let-alist)))
|
||||||
|
(arguments
|
||||||
|
`(#:include '("\\.el$" "\\.hs$")))
|
||||||
(home-page "https://github.com/flycheck/flycheck-haskell")
|
(home-page "https://github.com/flycheck/flycheck-haskell")
|
||||||
(synopsis "Flycheck for Haskell")
|
(synopsis "Flycheck for Haskell")
|
||||||
(description "This package configures syntax-checking for Haskell
|
(description "This package configures syntax-checking for Haskell
|
||||||
|
|
Loading…
Reference in a new issue