squelch build warning with old version of quickcheck

This commit is contained in:
Joey Hess 2019-05-03 11:02:12 -04:00
parent 2e1671076d
commit 00e9e15c70
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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. -}