We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57ee43 commit eab9076Copy full SHA for eab9076
psci.el
@@ -5,7 +5,7 @@
5
;; Author: Antoine R. Dumont <eniotna.t AT gmail.com>
6
;; Maintainer: Antoine R. Dumont <eniotna.t AT gmail.com>
7
;; Version: 0.0.6
8
-;; Package-Requires: ((purescript-mode "13.10") (dash "2.9.0") (s "1.9.0") (f "0.17.1"))
+;; Package-Requires: ((purescript-mode "13.10") (dash "2.9.0") (s "1.9.0"))
9
;; Keywords: languages purescript psci repl
10
;; URL: https://github.com/purescript-emacs/emacs-psci
11
@@ -52,7 +52,6 @@
52
(require 'dash)
53
(require 'purescript-mode)
54
(require 's)
55
-(require 'f)
56
57
;; constants or variables
58
0 commit comments