
25 Apr
2011
25 Apr
'11
7:54 a.m.
Gracjan Polak schrieb:
Hi all,
I have a project with a .cabal file listing package dependencies using the usual version constraints ==X.Y.*
=K.J syntax. Standard route cabal configure; cabal build works correctly as it is able to select working set of package versions.
You can manually select packages for GHCi with '-package' option. However I do not know a way to automatically syncronise this with the dependencies from the Cabal file.