Fix tests, export parser spec

This commit is contained in:
Alan Zimmerman 2016-02-08 23:02:31 +02:00
parent 1cc97db24f
commit b1d123c4b6
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@
module Language.Haskell.GhcMod.Options.Options (
parseArgs,
parseArgsInteractive,
GhcModCommands(..)
GhcModCommands(..),
globalArgSpec
) where
import Options.Applicative

View File

@ -1,7 +1,7 @@
module ShellParseSpec where
import GHCMod.Options.ShellParse
import Language.Haskell.GhcMod.Options.ShellParse
import Test.Hspec