mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
haskell-packages.nix: unsuccessful attempted to salvage 'salviaProtocol'
The package can't deal with modern versions of the transformers library. I managed to get it past the "cabal configure" stage by passing the old version of parsec, but the build fails later anyway. svn path=/nixpkgs/trunk/; revision=28279
This commit is contained in:
parent
c6edd9a278
commit
7dbf9f3c7a
@ -955,7 +955,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
salvia = callPackage ../development/libraries/haskell/salvia {};
|
||||
|
||||
salviaProtocol = callPackage ../development/libraries/haskell/salvia-protocol {};
|
||||
salviaProtocol = callPackage ../development/libraries/haskell/salvia-protocol {
|
||||
parsec = self.parsec2;
|
||||
};
|
||||
|
||||
scion = callPackage ../development/libraries/haskell/scion {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user