If I use a private build of the ghc-7.10 GHC branch as the system compile, stackage creates an artifact cache as ``` $HOME/.stack/snapshots/x86_64-linux/nightly-2015-06-25/7.10.1.20150619 ``` If I use a private build of GHC master, stackage does not recognize it as a separate compiler and reuses one of the other caches, causing problems ``` ghc --version The Glorious Glasgow Haskell Compilation System, version 7.11.20150621 stack --version Version 0.1.0.0, Git revision 2b2f95c6fc1f12111439b70a376267f6ce28f597 ``` I am switching compiler versions via https://github.com/spl/multi-ghc