Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Mar 03, 2018
    • Herbert Valerio Riedel's avatar
      Fixup T4154 testcase · 86de9cc9
      Herbert Valerio Riedel authored
      86de9cc9
    • Herbert Valerio Riedel's avatar
      Set upper bound on setup.Cabal relative to current version · e66106c7
      Herbert Valerio Riedel authored
      As we can't predict the future, we also place a global upper
      bound on the lib:Cabal version we know how to interact with:
      
      The upper bound is computed by incrementing the current major
      version twice in order to allow for the current version, as
      well as the next adjacent major version (one of which will not
      be released, as only "even major" versions of Cabal are
      released to Hackage or bundled with proper GHC releases).
      
      For instance, if the current version of cabal-install is an odd
      development version, e.g.  Cabal-2.1.0.0, then we impose an
      upper bound `setup.Cabal < 2.3`; if `cabal-install` is on a
      stable/release even version, e.g. Cabal-2.2.1.0, the upper
      bound is `setup.Cabal < 2.4`. This gives us enough flexibility
      when dealing with development snapshots of Cabal and cabal-install.
      
      This addresses #415
      e66106c7
    • Herbert Valerio Riedel's avatar
      Fine-tune lower bound on lib:Cabal · 5066672f
      Herbert Valerio Riedel authored
      GHC 8.4.1-rc1 (GHC 8.4.0.20180224) unfortunately still shipped with a
      devel snapshot of Cabal-2.1.0.0; but GHC 8.4.1 final will ship w/
      lib:Cabal-2.2.0.0
      5066672f
  2. Mar 01, 2018
  3. Feb 28, 2018
  4. Feb 27, 2018
  5. Feb 26, 2018
  6. Feb 23, 2018
  7. Feb 20, 2018
  8. Feb 16, 2018
  9. Feb 15, 2018
  10. Feb 14, 2018
  11. Feb 13, 2018
Loading