Created by: ttsugriy
Ubuntu's base ghc
package does not include dynamic libraries, which leads to
runtime errors like:
Could not find module `Prelude'
Perhaps you haven't installed the "dyn" libraries for package `base'?
Use -v to see a list of the files searched for.
ghc-dynamic
package provides dynamic libraries and as such fixes failing integration tests.