hoovercj / vscode-ghc-mod

An extension to bring ghc-mod to vs code
MIT License
31 stars 13 forks source link

Improve dependency management for Travis CI #47

Closed hoovercj closed 7 years ago

hoovercj commented 7 years ago

Problem: Travis builds started failing when installing ghc-mod due to version incompatibilities. My temporary workaround was to specify constraints in the install script

- cabal install ghc-mod --constraint=extra==1.4.12 --constraint=safe==0.3.9 --constraint=hlint==1.9.35

Possible Solutions: