haskell-packages.nix: fix path to haskell 'tar' library
This commit is contained in:
parent
d4b8008a44
commit
b6e9efb0b6
@ -1999,7 +1999,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
haskellSrcExts = self.haskellSrcExts_1_11_1;
|
haskellSrcExts = self.haskellSrcExts_1_11_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
tar = callPackage ../development/tools/haskell/tar {};
|
tar = callPackage ../development/libraries/haskell/tar {};
|
||||||
|
|
||||||
threadscope = callPackage ../development/tools/haskell/threadscope {};
|
threadscope = callPackage ../development/tools/haskell/threadscope {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user