flip111
flip111
ya no worries, i just wanted it cataloged somewhere what possible improvements might be
Maybe you can reopen this issue so it's easier to see it's still relevant. And instead put in the readme that this project is unmaintained.
``` import DOM.HTML.Indexed.ButtonType (ButtonType(..)) as I import DOM.HTML.Indexed.InputType (InputType(..)) as I HP.type_ I.InputText HP.type_ I.ButtonSubmit ```
for GHC 9.2.6 up to llvm 12 is supported. But debian buster only included up to llvm 11. So the docker OS versions don't match for the latest llvm version...
@benz0li thanks that great, i mentioned your repo as unofficial docker image here https://gitlab.haskell.org/ghc/ghc/-/wikis/building/preparation/linux i will leave this open because i believe the official image should also either have llvm...
> the "Haskell Docker Official Images" are released according to the supported platforms. Well not exactly in the url you linked you can see the following platforms supported: Alpine, Debian...
> Because for GHC 9.2.6 there is no binary distribution for Debian 11 (bullseye). @benz0li i appreciate you thinking along, but this doesn't make sense. Specifically choosing Debian for the...
By the way, as i was diving into the bindings.dsl.h code and also the code of hsc2hs i was wondering why this was written in C. Maybe it makes more...
The situation with the line numbers seem to be better than as it was. However need support from bindings.dsl.h for printing correct line pragma's see https://github.com/jwiegley/bindings-dsl/issues/33
@strake Do you remember why you removed `CheckpointMonad` and 4 modules?