[Haskell-cafe] Library Versioning
Luis Cabellos
cabellos at ifca.unican.es
Tue Jun 7 17:10:50 CEST 2011
Hello,
I have a question about cabal versioning. It's possible to export in a
cabal library a version, so instead of getting version from:
import Paths_my_package( version )
I want to get version from my library using:
import MyPackage( version )
And then using this from programs.
Thanks, Luis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110607/b0b05f86/attachment.htm>
More information about the Haskell-Cafe
mailing list