Does any method exist quickly to detect valid range versions of used library

Posted by daneel-yaitskov on Stack Overflow See other posts from Stack Overflow or by daneel-yaitskov
Published on 2010-05-18T12:48:43Z Indexed on 2010/05/18 12:50 UTC
Read the original article Hit count: 175

Filed under:
|
|
|

I'm a beginner Haskell programmer. I have written some useful code for the last six month. And I want to release a library from it. The code will use system installation cabal as any Haskell library. A library is released with cabal has a meta data file where there is a logical predicate from the libraries and their versions.

A developer usually uses one set libraries. It tediously care a set of the sets libraries. How to know either my library is compiled successfully or not for some subset libraries?

© Stack Overflow or respective owner

Related posts about cabal

Related posts about ghc