├── README.PrefetchFS.md ├── README.md ├── README.nc-indicators.md ├── ghc-cross ├── Dockerfile ├── build.mk └── fix-execvpe-signature-ghc-7.8.4.patch ├── ghc-musl ├── Dockerfile ├── build.mk ├── fix-execvpe-signature-ghc-7.8.4.patch └── get-last-layer.sh ├── packages.txt └── scripts └── retag.sh /README.PrefetchFS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/README.PrefetchFS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/README.md -------------------------------------------------------------------------------- /README.nc-indicators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/README.nc-indicators.md -------------------------------------------------------------------------------- /ghc-cross/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/ghc-cross/Dockerfile -------------------------------------------------------------------------------- /ghc-cross/build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/ghc-cross/build.mk -------------------------------------------------------------------------------- /ghc-cross/fix-execvpe-signature-ghc-7.8.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/ghc-cross/fix-execvpe-signature-ghc-7.8.4.patch -------------------------------------------------------------------------------- /ghc-musl/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/ghc-musl/Dockerfile -------------------------------------------------------------------------------- /ghc-musl/build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/ghc-musl/build.mk -------------------------------------------------------------------------------- /ghc-musl/fix-execvpe-signature-ghc-7.8.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/ghc-musl/fix-execvpe-signature-ghc-7.8.4.patch -------------------------------------------------------------------------------- /ghc-musl/get-last-layer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/ghc-musl/get-last-layer.sh -------------------------------------------------------------------------------- /packages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/packages.txt -------------------------------------------------------------------------------- /scripts/retag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilcons/ghc-musl/HEAD/scripts/retag.sh --------------------------------------------------------------------------------