Christoph Bauer

Results 25 comments of Christoph Bauer

I cannot built ghc 8.10.7. Here is a pull request: https://github.com/obsidiansystems/nixpkgs/pull/18 It downgrades the version of happy to 1.19 and autoconf to 2.69

Overwriting the original Java sources, is exactly what I need. It worked immediately with this branch. well done.

Currently it is not possible to upload an app to the google play store: "Your app currently targets API level 29 and must target at least API level 30 to...

I overlooked, that in this MR some similar changes were done as in nixpkgs-22.05 , e.g. the gradle upgrade. How can we combine our efforts?

The progress of this pull request is slow, because of the huge compile times after each fix, especially if ghc has to be rebuild. Futhermore sometimes the packages on nixpkgs-22.05...

My blocking problem with ghc+iconv on android was, that nix-build compiled it for aarch32, but I fixed it for aarch64. I disable aarch32 on android for now. (But it should...

some success: i can build an android app. installation still fails (signing problem)

signing works again, can launch the app

this works: ```sh ./try-reflex $ cat >hello.hs

Also the build of ghc for armv7 (aarch32). I still have to test the final app