
5 Jan
2014
5 Jan
'14
8:36 a.m.
It seems to be a problem with the building of 'HsImport/Args.hs', which is the only module using the cabal module 'Paths_hsimport'. The in this regard relevant parts of 'HsImport/Args.hs' seem to be: {-# LANGUAGE ... CPP #-} ... #ifdef CABAL import Data.Version (showVersion) import Paths_hsimport (version) #endif And in 'hsimport.cabal' there's: ... Executable hsimport ... cpp-options: -DCABAL Could you try modifying the hsimport executable section: ... Executable hsimport ... cpp-options: -DCABAL extensions: CPP Greetings, Daniel