There was an error while loading. Please reload this page.
1 parent 0027e91 commit d863022Copy full SHA for d863022
generic-arbitrary.cabal
@@ -16,7 +16,7 @@ category: Generic
16
build-type: Simple
17
extra-source-files: CHANGELOG.md
18
, README.md
19
-cabal-version: 1.22
+cabal-version: 2.0
20
tested-with: GHC == 8.6.5
21
, GHC == 8.10.7
22
, GHC == 9.0.2
@@ -94,7 +94,7 @@ test-suite test
94
, TypeSynonymInstances
95
, UndecidableInstances
96
, ViewPatterns
97
- build-tools: tasty-discover
+ build-tool-depends: tasty-discover:tasty-discover
98
ghc-options: -Wall
99
-threaded
100
-rtsopts
0 commit comments