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