Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. May 09, 2018
  2. Jan 18, 2018
  3. Nov 09, 2017
  4. Nov 03, 2017
  5. Sep 20, 2017
    • Oleg Grenrus's avatar
      Introduce FIeldGrammar. · c72fd0e7
      Oleg Grenrus authored
      This commit reworks how GenericPackageDescription is parsed from
      `[Field Position]` and pretty-printed to `Doc`.
      
      This also fixes few issues:
      - Fix #4697: `cabal format` doesn't output custom-setup stanza (nor
        foreign-lib stanzas)
      - Fix #4719: `parse . pretty . parse = parse`  for all Hackage cabal files.
          - `parser-hackage-tests roundtrip` is the test program.
      
      The handling of `license-file` and `license-files` is changed.
      Now they behave the same.
      c72fd0e7
  6. Aug 15, 2017
  7. Aug 05, 2017
  8. Jan 26, 2017
  9. Jan 15, 2017
  10. Jan 11, 2017
  11. Oct 27, 2016
  12. Oct 08, 2016
    • quchen's avatar
      Fix Stack build · fc323a3c
      quchen authored
      The hackage-security dependency in stack.yaml (0.5.2.1) is incompatible
      with what cabal-install requires (>=0.5.2.2). Bumping the version to that
      lower bound resolves the issue.
      fc323a3c
  13. Sep 01, 2016
  14. Aug 04, 2016
    • ttuegel's avatar
      stack.yaml: add optional Nix dependency zlib · f64f5948
      ttuegel authored
      The external zlib package is required to build the zlib Haskell
      library. This change will not affect Stack-using developers who do not
      have Nix integration enabled globally. This change will not affect
      non-Stack-using developers at all.
      f64f5948
  15. Jun 30, 2016
  16. Jun 28, 2015
  17. Jun 23, 2015
    • Michael Snoyman's avatar
      Add a stack.yaml file · fcdfb308
      Michael Snoyman authored
      I needed this when building cabal.exe for MinGHC (see:
      https://github.com/fpco/minghc/issues/69). I thought others might find
      this useful, especially for the use case of bootstrapping cabal
      development.
      
      I went the direction of no curation and explicit packages in the
      extra-deps, as I thought that would make more sense for a project low on
      the dependency chain, but this could certainly be tweaked to use LTS
      Haskell or Stackage Nightly instead.
      fcdfb308
Loading