Skip to content

Commit 771b238

Browse files
authored
Add missing dependencies for flycheck integration (#92)
fixes #86
1 parent 5224da8 commit 771b238

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

psc-ide-flycheck.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
;; Copyright (c) 2015 The psc-ide-emacs authors
44

55
;; Author: Brian Sermons
6-
;; Package-Requires: ((flycheck "0.24") (emacs "24.4") (let-alist "1.0.4") (psc-ide "0.1.0") (dash "2.12.0") (seq "1.11"))
76
;; URL: https://github.com/epost/psc-ide-emacs
87

98
;;; Commentary:

psc-ide.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; Brian Sermons
99
;; Homepage : https://github.com/epost/psc-ide-emacs
1010
;; Version : 0.1.0
11-
;; Package-Requires: ((dash "2.13.0") (dash-functional "1.2.0") (company "0.8.7") (cl-lib "0.5") (s "1.10.0") (emacs "24"))
11+
;; Package-Requires: ((dash "2.13.0") (dash-functional "1.2.0") (company "0.8.7") (cl-lib "0.5") (s "1.10.0") (emacs "24.4") (flycheck "0.24") (let-alist "1.0.4") (seq "1.11"))
1212
;; Keywords : languages
1313

1414
;;; Commentary:

0 commit comments

Comments
 (0)