Skip to content

Commit

Permalink
fix duplicate instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Nelson committed Jul 20, 2017
1 parent 85ed5e1 commit 6bdbf1f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/Unit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ import qualified Data.Text as T

import Data.SemVer

-- | This instance seems to be missing :(
instance (Arbitrary a, Arbitrary b, Arbitrary c,
Arbitrary d, Arbitrary e, Arbitrary f)
=> Arbitrary (a, b, c, d, e, f) where
arbitrary = (,,,,,) <$> arbitrary
<*> arbitrary
<*> arbitrary
<*> arbitrary
<*> arbitrary
<*> arbitrary
-- | Arbitrary semver
instance Arbitrary SemVer where
arbitrary = semver' <$> arb <*> arb <*> arb <*> arbitrary where
Expand Down

0 comments on commit 6bdbf1f

Please sign in to comment.