Move tests from Cabal to Cabal-tests package
The are various motivation points: - I'm not aware anyone third party running Cabal tests (maybe nixpkgs?) - No need to do gen-extra-source-files, as Cabal-tests is not distributed - No multiple rebuilds of Cabal-QuickCheck, Cabal-tree-diff - Slightly smaller Cabal sdist (which is quite big still)
Showing
- .github/workflows/quick-jobs.yml 0 additions, 1 deletion.github/workflows/quick-jobs.yml
- .github/workflows/windows.yml 8 additions, 2 deletions.github/workflows/windows.yml
- Cabal-QuickCheck/Cabal-QuickCheck.cabal 0 additions, 0 deletionsCabal-QuickCheck/Cabal-QuickCheck.cabal
- Cabal-QuickCheck/src/Test/QuickCheck/GenericArbitrary.hs 0 additions, 0 deletionsCabal-QuickCheck/src/Test/QuickCheck/GenericArbitrary.hs
- Cabal-QuickCheck/src/Test/QuickCheck/Instances/Cabal.hs 0 additions, 0 deletionsCabal-QuickCheck/src/Test/QuickCheck/Instances/Cabal.hs
- Cabal-described/Cabal-described.cabal 6 additions, 0 deletionsCabal-described/Cabal-described.cabal
- Cabal-described/src/Distribution/Described.hs 0 additions, 0 deletionsCabal-described/src/Distribution/Described.hs
- Cabal-described/src/Distribution/Utils/CharSet.hs 0 additions, 0 deletionsCabal-described/src/Distribution/Utils/CharSet.hs
- Cabal-described/src/Distribution/Utils/GrammarRegex.hs 0 additions, 0 deletionsCabal-described/src/Distribution/Utils/GrammarRegex.hs
- Cabal-tests/Cabal-tests.cabal 219 additions, 0 deletionsCabal-tests/Cabal-tests.cabal
- Cabal-tests/LICENSE 34 additions, 0 deletionsCabal-tests/LICENSE
- Cabal-tests/tests/CheckTests.hs 0 additions, 0 deletionsCabal-tests/tests/CheckTests.hs
- Cabal-tests/tests/HackageTests.hs 0 additions, 0 deletionsCabal-tests/tests/HackageTests.hs
- Cabal-tests/tests/NoThunks.hs 10 additions, 1 deletionCabal-tests/tests/NoThunks.hs
- Cabal-tests/tests/ParserTests.hs 0 additions, 0 deletionsCabal-tests/tests/ParserTests.hs
- Cabal-tests/tests/ParserTests/errors/MiniAgda.cabal 0 additions, 0 deletionsCabal-tests/tests/ParserTests/errors/MiniAgda.cabal
- Cabal-tests/tests/ParserTests/errors/MiniAgda.errors 0 additions, 0 deletionsCabal-tests/tests/ParserTests/errors/MiniAgda.errors
- Cabal-tests/tests/ParserTests/errors/anynone.cabal 0 additions, 0 deletionsCabal-tests/tests/ParserTests/errors/anynone.cabal
- Cabal-tests/tests/ParserTests/errors/anynone.errors 0 additions, 0 deletionsCabal-tests/tests/ParserTests/errors/anynone.errors
- Cabal-tests/tests/ParserTests/errors/big-version.cabal 0 additions, 0 deletionsCabal-tests/tests/ParserTests/errors/big-version.cabal
Loading
Please register or sign in to comment