Herbert Valerio Riedel
Herbert Valerio Riedel
How shall a function with long list of arguments be broken? What of the following is acceptable (n.b. the max line length was shortened artificially for illustration)? where shall the...
I've been running `hadrian/build.sh` in a terminal now, and the terminal where it's running keeps requesting my attention since `hadrian` annoyingly seems to emit bell/urgency hints every couple of seconds...
I was asked to file an issue so the experiment I described at https://mail.haskell.org/pipermail/ghc-devs/2017-November/015076.html wouldn't be lost.
I've mentioned this already elsewhere, but I think this deserves a ticket of its own: When we switch over to Hadrian as the only buildsystem, there needs to be a...
**Describe the bug** Inaccurate/omitted version bounds in package description As can be seen at https://matrix.hackage.haskell.org/package/miso@1548087346 this has a devastating effect on Hackage users as it effectively means that the `miso`...
The program below is rejected by `stylish-haskell` ``` haskell module Blah where import Prelude (IO,return) main :: IO () main = do return () ``` with the parse error ```...
This is expanded version [of this comment](https://github.com/haskell/cabal/issues/3072#issuecomment-174487089): Currently, the grammar for the `default` field is limited to ``` default: ``` This is perfectly sufficient for properly used automatic flags (i.e....
``` $ git clone https://github.com/hvr/-.git 無 ... $ cd 無 $ runghc Setup.hs configure Configuring 無-0... $ runghc Setup.hs sdist Distribution quality warnings: No 'category' field. No 'description' field. Warning:...
(@dcoutts asked me to move this to the issue tracker for wider discussion) Currently, `lib:binary-serialise-cbor` depends on ``` ├─ binary-serialise-cbor-0.1.1.0 │ ├─ array-0.5.1.1 ┄┄ │ ├─ base-4.9.1.0 ┄┄ │ ├─...