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
trafficstars

Hi! I found out about cabal-hie through https://github.com/Avi-D-coder/implicit-hie/issues/50, and it looks like it almost does exactly what I'd like, but it seems to unconditionally overwrite `hie.yaml`, which is undesirable in...

Please give us an example on how to use `cabal-store-gc`.

MacOS Catalina 10.15.5, Xcode-11.5, GHC-8.8.3, Cabal-3.2.0.0 (ghcup-installed), clean `~/.cabal/` directory - has only config files. First thing done - installed all of the `cabal-extras`, then tried `cabal-store-check --repair` - with...

bug
help wanted

We deleted all type class instances of the `Fold` type present in release 0.7.3 except `Functor`, in the new release on master branch. The `Fold` type is exported through the...

Would it make sense to report deprecated types? The deprecation pragma informs the programmer when the API is used but it may be useful to report all deprecations in the...

enhancement

We deleted the `Streamly.Tutorial` module in the new release. But it is reported as follows: ``` ++ wSerial :: IsStream t => t m a -> t m a ->...

enhancement
help wanted

Sometimes we rename a module and deprecate the old one. We want to know whether there has been an API in change in the renamed module vs the original module.

enhancement
help wanted

Something is busted in `CabalBundler.OpenBSD`: ``` # This reports nothing % cabal-bundler --openbsd stack-2.7.1 2>&1 | grep cmdargs # This correctly lists cmdargs % cabal-bundler --curl stack-2.7.1 2>&1 | grep...