Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active August 29, 2015 14:04
Show Gist options
  • Save mcandre/b67cfdaa1880e815150e to your computer and use it in GitHub Desktop.
Save mcandre/b67cfdaa1880e815150e to your computer and use it in GitHub Desktop.

If GHC complains about base not having profile information, install haskell-platform-prof alongside your Haskell Platform installation:

$ sudo apt-get install haskell-platform haskell-platform-doc haskell-platform-prof

And reinstall any third-party libraries, and their dependencies, that have missing profile information:

$ sudo cabal install --reinstall -p mwc-random rvar random-fu random-source mersenne-random-pure64 stateref flexible-defaults th-extras MonadPrompt math-functions erf vector-th-unbox monad-loops random-shuffle MonadRandom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment