cabal-extras icon indicating copy to clipboard operation
cabal-extras copied to clipboard

A tool suite to aid Haskell development using `cabal-install`

Results 28 cabal-extras issues
Sort by recently updated
recently updated
newest added

This is low severity, just documenting the corner case for other people. I tried to extract a `cabal-bundler` recipe for OpenBSD ports with: ``` % git log -n1 commit 6580467e28204bb44021282f33acc999dd6d50f0...

Blank lines in multiline input are causing timeout errors right now, see https://github.com/amesgen/stuff/tree/cabal-docspec-blank-lines. To reproduce: ``` $ git clone --single-branch --branch cabal-docspec-blank-lines https://github.com/amesgen/stuff && cd stuff $ cabal build $...

Hi, first of all thanks for these useful tools. Trying to fix the cabal-helper build for ghc-8.4.4 (my default one is ghc-8.6.5) i've go this error: ```console PS D:\dev\ws\haskell\haskell-ide-engine> cabal-store-check...

help wanted

This commit bumps Haskell-lexer dependency to 1.2.1; which resolves issues around unicode lexing. Effectively resolves #131 NB. The Update to cabal.project file relaxing the `index-state` is questionable. I'm not sure...

This is related to https://github.com/phadej/cabal-extras/issues/131 In general, if docspec fails to parse a file for whatever reason, instead of skipping it, it should flag an error for that file. It...