File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ common dependency-QuickCheck
3030 build-depends :QuickCheck >= 2.14.2 && < 2.16
3131common dependency-quickcheck-classes
3232 build-depends :quickcheck-classes >= 0.6.5.0 && < 0.7
33- common dependency-quickcheck-instances
34- build-depends :quickcheck-instances >= 0.3.28 && < 0.4
3533common dependency-semigroupoids
3634 build-depends :semigroupoids >= 5.3.7 && < 6.1
3735
@@ -89,7 +87,6 @@ library prelude
8987 , dependency-groups
9088 , dependency-QuickCheck
9189 , dependency-quickcheck-classes
92- , dependency-quickcheck-instances
9390 , extensions
9491 hs-source-dirs :
9592 src/prelude
Original file line number Diff line number Diff line change @@ -14,5 +14,3 @@ import Data.Group
1414import Numeric.Natural
1515import Test.QuickCheck
1616import Test.QuickCheck.Classes.Group
17- import Test.QuickCheck.Instances.Natural
18- ()
You can’t perform that action at this time.
0 commit comments