Skip to content

Commit

Permalink
Add a custom setup to cabal-install.
Browse files Browse the repository at this point in the history
This custom setup ensures that if we are bootstrapping, we will
use the most recent version of Cabal.  (Without setup, cabal-install
will force usage of an old version of Cabal.)

Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
  • Loading branch information
ezyang committed Mar 16, 2016
1 parent 6357bc5 commit fa0c33e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,9 @@ test-suite integration-tests

ghc-options: -Wall
default-language: Haskell2010

custom-setup
setup-depends: Cabal >= 1.23,
base,
process >= 1.1.0.2 && < 1.5,
filepath >= 1.3 && < 1.5

0 comments on commit fa0c33e

Please sign in to comment.