Fix tests, export parser spec
This commit is contained in:
parent
1cc97db24f
commit
b1d123c4b6
@ -19,7 +19,8 @@
|
||||
module Language.Haskell.GhcMod.Options.Options (
|
||||
parseArgs,
|
||||
parseArgsInteractive,
|
||||
GhcModCommands(..)
|
||||
GhcModCommands(..),
|
||||
globalArgSpec
|
||||
) where
|
||||
|
||||
import Options.Applicative
|
||||
|
@ -1,7 +1,7 @@
|
||||
module ShellParseSpec where
|
||||
|
||||
|
||||
import GHCMod.Options.ShellParse
|
||||
import Language.Haskell.GhcMod.Options.ShellParse
|
||||
|
||||
import Test.Hspec
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user