1 Sep 11:55
Linking Multiple Versions of the Same Package
From: Ashley Yakeley <ashley <at> semantic.org>
Subject: Linking Multiple Versions of the Same Package
Newsgroups: gmane.comp.lang.haskell.general
Date: 2008-09-01 09:58:35 GMT
Subject: Linking Multiple Versions of the Same Package
Newsgroups: gmane.comp.lang.haskell.general
Date: 2008-09-01 09:58:35 GMT
I tried doing this out of curiosity. Package B links to version 0.1 of open-witness, while package C links to B and version 0.1.1 of open-witness. Cabal stopped me when doing "cabal configure" in C: $ cabal configure Configuring C-0.1... Warning: This package indirectly depends on multiple versions of the same package. This is highly likely to cause a compile failure. package B-0.1 requires open-witness-0.1 package C-0.1 requires open-witness-0.1.1 It appears the issue is that package versions are not recorded in External Core names. Thus
RSS Feed