Skip to content

Commit 530dc6d

Browse files
authored
Merge pull request #58 from Hi-Angel/rm-str-module
Remove purescript-str module
2 parents a6c3ae6 + 9a03d75 commit 530dc6d

File tree

3 files changed

+0
-297
lines changed

3 files changed

+0
-297
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ELFILES = \
1919
purescript-presentation-mode.el \
2020
purescript-simple-indent.el \
2121
purescript-sort-imports.el \
22-
purescript-str.el \
2322
purescript-unicode-input-method.el \
2423
purescript-utils.el \
2524
purescript-decl-scan.el \
@@ -28,7 +27,6 @@ ELFILES = \
2827
tests/purescript-sort-imports-tests.el \
2928
tests/purescript-indentation-tests.el \
3029
tests/purescript-font-lock-tests.el \
31-
tests/purescript-str-tests.el
3230

3331
ELCFILES = $(ELFILES:.el=.elc)
3432
AUTOLOADS = purescript-mode-autoloads.el
@@ -48,7 +46,6 @@ compile: $(ELCFILES)
4846

4947
test: compile
5048
@$(BATCH) -l tests/purescript-sort-imports-tests.elc \
51-
-l tests/purescript-str-tests.elc \
5249
-l tests/purescript-indentation-tests.elc \
5350
-l tests/purescript-font-lock-tests.elc \
5451
-f ert-run-tests-batch-and-exit

purescript-str.el

Lines changed: 0 additions & 180 deletions
This file was deleted.

tests/purescript-str-tests.el

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)