Rename module ShellEscape → ShellParse

This commit is contained in:
Nikolay Yakimov
2015-12-20 08:26:49 +03:00
parent 057f6fba10
commit c3cf416097
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
module ShellEscapeSpec where
module ShellParseSpec where
import GHCMod.Options.ShellEscape
import GHCMod.Options.ShellParse
import Test.Hspec