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