mvoidex / hsdev

Haskell development tool
BSD 3-Clause "New" or "Revised" License
130 stars 23 forks source link

Add build flag to disable `hlint` dependency #84

Closed mvoidex closed 6 years ago

mvoidex commented 6 years ago

Allow hsdev be built without hlint dependency.

Related to #76

brodeuralexis commented 6 years ago

Moreover, hlint fails to build due to an ambiguous occurence of escapeHTML at version 2.0.15. It was fixed in versions greater than 2.1., but the hsdev.cabal prevents newer versions from being used, so cabal install hsdev doesn't work here.

mvoidex commented 6 years ago

Added in hsdev-0.3.2.0 branch