Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haskell/haskell-ide-engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: haskell/haskell-ide-engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-wrapper-tests-cabal-v2
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 16, 2019

  1. Fix wrapper tests when cabal is installed

    The new cabal-helper now prefers cabal-v2 cradles over stack cradles
    whenever there is a cabal.project file present in a directory. These
    presumably passed on CI since cabal isn't installed, just stack? Either
    way removing the cabal.project files cause the stack project to be
    preferred, which is what the tests seemed to originally want.
    lukel97 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    0c02f31 View commit details
    Browse the repository at this point in the history
Loading