Skip to content
Snippets Groups Projects
Commit 49439077 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Merge pull request #2847 from ezyang/cabal-no-bootstrap

Don't bootstrap Cabal, fixing #2845.
parents 5c18873b c0fd89fc
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,9 @@ description:
organizing, and cataloging Haskell libraries and tools.
category: Distribution
cabal-version: >=1.10
build-type: Custom
-- Even though we do use the default Setup.lhs it's vital to bootstrapping
-- that we build Setup.lhs using our own local Cabal source code.
build-type: Simple
-- If we use a new Cabal feature, this needs to be changed to Custom so
-- we can bootstrap.
extra-source-files:
README.md tests/README.md changelog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment