Bertram Felgenhauer

Results 6 issues of Bertram Felgenhauer

Can we either remove the hard-coded `-static` from `mueval`'s cabal file, or add a flag for switching that off? The main benefit of using a dynamically built `mueval` is that...

Consider the following interaction with `pointfree`, which spouts an error about Template Haskell seemingly out of the blue. ``` # pointfree 'a . b ? c' TemplateHaskell language extension is...

I just had the following minor accident while uploading a new version of lambdabot: I first used `cabal upload` and things looked fine. ``` # cabal upload lambdabot-haskell-plugins/dist/lambdabot-haskell-plugins-5.1.0.2.tar.gz Uploading lambdabot-haskell-plugins/dist/lambdabot-haskell-plugins-5.1.0.2.tar.gz......

component: candidates

Since ghc 8.10 (confirmed with ghc 8.10.4), `hint` (which I use through `mueval`) produces duplicate location information in parse errors: ``` $ mueval -e '+' #ghc 8.8.4 :1:1: error: parse...

With the following .cabal file (and any Main.hs), ``` name: nodoc version: 0 build-type: Simple cabal-version: >= 1.2 executable nodoc main-is: Main.hs other-modules: build-depends: base ``` no documentation is produced...

type: bug
type: regression
cabal-install: cmd/haddock
attention: needs-help

This is a companion to #26. If one relaxes the dependency lower bounds to Cabal >=3.0 && =2.14.3 && =4.5 && =0.5 && =1.3 && =0.1.1.4 && =1.4 && =0.9...