Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #30

Merged
merged 4 commits into from
Oct 19, 2016
Merged

Updates #30

merged 4 commits into from
Oct 19, 2016

Commits on Oct 17, 2016

  1. Use LTS-7.4

    phadej committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    d3d857a View commit details
    Browse the repository at this point in the history
  2. Add bounds to Cabal

    - lower bound: we need condBenchmarks
    - upper bound: 1.25 will make e.g. `PackageName` opaque
    phadej committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    b3f6f2e View commit details
    Browse the repository at this point in the history
  3. Improve parsing of ~/.cabal/config

    Use the Cabal own parser, to cope with upcoming cabal-install config
    format
    
        repository hackage.haskell.org
          url: http://hackage.haskell.org/
          -- ...
    
    Also add revision fields, though they are unused (see comments in code).
    phadej committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    6d65b50 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Use newer stack on travis

    phadej committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    20af025 View commit details
    Browse the repository at this point in the history