squelch build warning with old version of quickcheck
This commit is contained in:
parent
2e1671076d
commit
00e9e15c70
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@ import Test.QuickCheck as X
|
|||
import Data.Time.Clock.POSIX
|
||||
import Data.Ratio
|
||||
import System.Posix.Types
|
||||
#if MIN_VERSION_QuickCheck(2,10,0)
|
||||
import Data.List.NonEmpty (NonEmpty(..))
|
||||
#endif
|
||||
import Prelude
|
||||
|
||||
{- Times before the epoch are excluded. Half with decimal and half without. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue