Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Feb 19, 2017
  2. Feb 18, 2017
  3. Feb 17, 2017
  4. Feb 16, 2017
  5. Feb 12, 2017
    • kristenk's avatar
      Update commented out code related to --independent-goals. · 938e80bd
      kristenk authored and Edward Z. Yang's avatar Edward Z. Yang committed
      938e80bd
    • kristenk's avatar
      Delete unused code from previous --reorder-goals implementation. · 79d550ee
      kristenk authored and Edward Z. Yang's avatar Edward Z. Yang committed
      79d550ee
    • Edward Z. Yang's avatar
      Improvements to reexported module message: · e3085348
      Edward Z. Yang authored and Edward Z. Yang's avatar Edward Z. Yang committed
      
      - Report all reexport errors, not just the first one
      - Give more information about how the modules are different
      - Add quotes and prettify the foramt
      - Preserve spaces when reporting errors
      
      The new message looks like this:
      
      Problem with module re-exports:
        - Ambiguous reexport 'Data.Map'
          It could refer to either:
               'containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb:Data.Map'
               brought into scope by the build dependency on containers
            or 'containers-dupe-0.1.0.0-2AdbRP7BsOEKELRWSQejuE:Data.Map'
               brought into scope by the build dependency on containers-dupe
          The ambiguity can be resolved by qualifying the
          re-export with a package name.
          The syntax is 'packagename:ModuleName [as NewName]'.
        - The module 'Missing'
          is not exported by any suitable package.
          It occurs in neither the 'exposed-modules' of this package,
          nor any of its 'build-depends' dependencies.
        - The module 'Private'
          is not exported by any suitable package.
          It occurs in neither the 'exposed-modules' of this package,
          nor any of its 'build-depends' dependencies
      setup: Configuration failed
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
      e3085348
  6. Feb 10, 2017
  7. Feb 08, 2017
  8. Feb 03, 2017
  9. Jan 31, 2017
    • Ryan Scott's avatar
      Require echo-0.1.3 · 8977b657
      Ryan Scott authored
      echo-0.1.3 introduces a dependency on the minimalistic mintty library, so we
      need to add that to ./bootstrap.sh as well.
      8977b657
  10. Jan 26, 2017
  11. Jan 25, 2017
  12. Jan 24, 2017
Loading