Configurator seems to cause GHC 8.0.2 to allocate a huge amount of memory during compilation with profiling enabled, specifically: `stack build --profile` I've created an minimum example to demonstrate this: https://github.com/dgaw/configurator-ghc-blowup This example takes 6+ GB of RAM to compile and all it does is read 17 lines of a dummy config file.