Skip to content

Commit

Permalink
fix Props deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyday567 committed Aug 15, 2018
1 parent fe9081e commit 768eb55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions numhask-hedgehog/src/NumHask/Hedgehog/Props.hs
Expand Up @@ -96,6 +96,7 @@ boolProps
( Show a
, Ord a
, Distributive a
, Multiplicative a
)
=> Gen a
-> [(PropertyName, Property)]
Expand Down Expand Up @@ -143,7 +144,6 @@ fieldProps
, Ord a
, Epsilon a
, CanInterval a
, Distributive a
, BoundedField a
, FromRatio a
, ToRatio a
Expand Down Expand Up @@ -179,7 +179,6 @@ complexFieldProps
, Ord a
, Epsilon a
, CanInterval a
, Distributive a
, BoundedField a
, FromRatio a
, Signed a
Expand All @@ -202,7 +201,6 @@ logFieldProps
( Show a
, Epsilon a
, CanInterval a
, Distributive a
, BoundedField a
, FromRatio a
)
Expand Down

0 comments on commit 768eb55

Please sign in to comment.