[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/35: gnu: Add emacs-flycheck-haskell.
From: |
guix-commits |
Subject: |
07/35: gnu: Add emacs-flycheck-haskell. |
Date: |
Sun, 14 Apr 2019 11:42:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a8ef7ecc8e65f396d4625a2e7b665c78f2aebdd7
Author: Brian Leung <address@hidden>
Date: Sat Apr 13 00:56:46 2019 +0200
gnu: Add emacs-flycheck-haskell.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-haskell): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8a03a46..bce370a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14368,6 +14368,36 @@ unescaping of quotes.")
@code{end-of-defun} functions for Vimscript files.")
(license license:gpl3+))))
+(define-public emacs-flycheck-haskell
+ (let ((commit "32ddff87165a7d3a35e7318bee997b5b4bd41278")
+ (version "0.8")
+ (revision "79"))
+ (package
+ (name "emacs-flycheck-haskell")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/flycheck/flycheck-haskell")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "10pgsbagq6qj4mshq5sypv0q0khck92b30sc793b4g1pfpsxvgjn"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-seq" ,emacs-seq)
+ ("emacs-flycheck" ,emacs-flycheck)
+ ("emacs-haskell-mode" ,emacs-haskell-mode)
+ ("emacs-let-alist" ,emacs-let-alist)))
+ (home-page "https://github.com/flycheck/flycheck-haskell")
+ (synopsis "Flycheck for Haskell")
+ (description "This package configures syntax-checking for Haskell
+buffers.")
+ (license license:gpl3+))))
+
(define-public emacs-semantic-refactor
;; The last release, 0.5, was made on 2015-07-26 and there have been 47
;; commits since then.
- branch master updated (a84510f -> f446f78), guix-commits, 2019/04/14
- 01/35: installer: Add wpa-supplicant along with NetworkManager and Connman., guix-commits, 2019/04/14
- 02/35: tests: separate-store-os: Increase root partition size., guix-commits, 2019/04/14
- 03/35: vm: Do not mount /xchg with "cache=loose"., guix-commits, 2019/04/14
- 04/35: gnu: Add emacs-undo-propose-el., guix-commits, 2019/04/14
- 10/35: gnu: Add emacs-fish-mode., guix-commits, 2019/04/14
- 09/35: gnu: Add emacs-prettier., guix-commits, 2019/04/14
- 07/35: gnu: Add emacs-flycheck-haskell.,
guix-commits <=
- 08/35: gnu: Add emacs-js2-refactor-el., guix-commits, 2019/04/14
- 14/35: gnu: Add emacs-vdiff., guix-commits, 2019/04/14
- 18/35: gnu: Add emacs-ert-async., guix-commits, 2019/04/14
- 12/35: gnu: Add emacs-tco-el., guix-commits, 2019/04/14
- 11/35: gnu: Add emacs-eshell-up., guix-commits, 2019/04/14
- 06/35: gnu: Add emacs-vimrc-mode., guix-commits, 2019/04/14
- 05/35: gnu: Add emacs-elisp-docstring-mode., guix-commits, 2019/04/14
- 13/35: gnu: Add emacs-equake., guix-commits, 2019/04/14
- 27/35: gnu: Add emacs-peep-dired., guix-commits, 2019/04/14
- 24/35: gnu: Add emacs-flow-minor-mode., guix-commits, 2019/04/14