Add 'test' command for running QuickCheck props

This commit is contained in:
Daniel Gröber
2015-12-16 00:25:15 +01:00
parent 41b9c0bbf2
commit 7374f1ba17
5 changed files with 52 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ module Language.Haskell.GhcMod (
, pkgDoc
, rootInfo
, types
, test
, splits
, sig
, refine
@@ -88,3 +89,4 @@ import Language.Haskell.GhcMod.Types
import Language.Haskell.GhcMod.Target
import Language.Haskell.GhcMod.Output
import Language.Haskell.GhcMod.FileMapping
import Language.Haskell.GhcMod.Test