* Cabal builder: put the GHC version in the default name attribute to
disambiguate between package instances built with different GHCs. svn path=/nixpkgs/trunk/; revision=15132
This commit is contained in:
@@ -17,7 +17,7 @@ attrs :
|
||||
# all packages with haskell- to avoid name clashes for libraries;
|
||||
# if that is not desired (for applications), name can be set to
|
||||
# fname.
|
||||
name = "haskell-${self.fname}";
|
||||
name = "haskell-${self.pname}-ghc${attrs.ghc.ghc.version}-${self.version}";
|
||||
|
||||
# the default download location for Cabal packages is Hackage,
|
||||
# you still have to specify the checksum
|
||||
|
||||
Reference in New Issue
Block a user