aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-11 20:45:14 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-11 20:45:14 +0000
commit650feae1e8c267981f224e1de31ff4729a526afd (patch)
tree8ed99446a8b9c8f12a87c9b2230b1f5913c39303
parent548b1783a403de6ffaf5dc5a13a30c2e0aa3b025 (diff)
downloadthermoprint-650feae1e8c267981f224e1de31ff4729a526afd.tar
thermoprint-650feae1e8c267981f224e1de31ff4729a526afd.tar.gz
thermoprint-650feae1e8c267981f224e1de31ff4729a526afd.tar.bz2
thermoprint-650feae1e8c267981f224e1de31ff4729a526afd.tar.xz
thermoprint-650feae1e8c267981f224e1de31ff4729a526afd.zip
cleanup
-rw-r--r--spec/src/Thermoprint/Printout.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/src/Thermoprint/Printout.hs b/spec/src/Thermoprint/Printout.hs
index 23a5ec1..29da2cb 100644
--- a/spec/src/Thermoprint/Printout.hs
+++ b/spec/src/Thermoprint/Printout.hs
@@ -29,7 +29,7 @@ import Data.Aeson.Types (typeMismatch)
29 29
30import Test.QuickCheck.Arbitrary (Arbitrary(..), CoArbitrary, genericShrink) 30import Test.QuickCheck.Arbitrary (Arbitrary(..), CoArbitrary, genericShrink)
31import Test.QuickCheck.Modifiers (NonNegative(..)) 31import Test.QuickCheck.Modifiers (NonNegative(..))
32import Test.QuickCheck.Gen (oneof, suchThat, scale) 32import Test.QuickCheck.Gen (oneof, scale)
33import Test.QuickCheck.Instances 33import Test.QuickCheck.Instances
34import Test.QuickCheck (forAll, Property) 34import Test.QuickCheck (forAll, Property)
35 35