Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Oct 19, 2016
  2. Oct 06, 2016
  3. Sep 16, 2016
    • Leonid Onokhov's avatar
      Docs: added cabal domain for sphinx · 418a82f0
      Leonid Onokhov authored
      It features simple `pkg-section` directive for marking sections for
      which subsequent `pkg-field` fields are defined. Needed to disambiguate
      fields such as `type` or `main-is`.
      
      Converted most of `developing-packages.rst` to use new directives
      
      Future work:
      
      * Add directives for describing project.local, make it reference
        relevant cabal arguments
      
      * Add more meta, like since or deprecated which can be rendered in link
        titles and index.
      
      * Add "quick reference" indices for cabal args, package.cabal and
       project.local fields. Reference these from sidebar.
      
      * Using "since" and "deprectated field it is possible to create "what's
        new" index
      
      [ci skip]
      418a82f0
  4. Sep 10, 2016
  5. Apr 08, 2016
  6. Apr 05, 2016
  7. Mar 29, 2016
  8. Jan 31, 2016
  9. Jan 02, 2016
  10. Dec 29, 2015
  11. Dec 28, 2015
    • Edward Z. Yang's avatar
      Rewrite the package test suite. · e94552e8
      Edward Z. Yang authored
      
      I've rewritten the test suite to be more concise and "correct by
      construction".  The primary method that this is achieved by
      is introducing the 'TestM' monad, which carries around the
      important state for the tests so that (1) we don't have to
      pass it as an argument all around, and (2) we can automatically
      make the correct decisions about how to do things.  This new
      method emphasises "configuration by convention": we assume
      that a test-case named "Foo" has its test packages in the
      directory "tests/PackageTests/Foo".
      
      A secondary change is that all command functions automatically fail if
      they have a non-zero exit code (unless you use the 'shouldFail'
      combinator which inverts the sense.)  This saves a lot of typing
      on test-cases.  (In fact, I've reorganized all of the commands
      related here.)
      
      In the process, I've tightened up the logic for how to find the
      LocalBuildInfo of the Cabal we've testing, so we should now
      reliably be testing the inplace Cabal library, and not the
      system library (as was often the case.)
      
      Because things are a lot shorter, there is no good reason to
      make Check modules except for the biggest test cases.  Most
      test-cases have been folded into PackageTests.Tests; if you
      have a small test-case you should just put it there.
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
      e94552e8
  12. Aug 08, 2015
  13. 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
  14. Jan 11, 2015
  15. Aug 26, 2014
  16. Jun 28, 2014
  17. Jun 19, 2014
  18. Apr 26, 2013
  19. Jan 28, 2013
  20. Aug 29, 2012
  21. Aug 06, 2012
  22. Jul 19, 2012
  23. Jun 14, 2012
  24. Apr 28, 2012
Loading