mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Extra: rename directory to Extra-lib
This is needed because not everyone uses a case-sensitive filesystem (namely, OS X), which causes the Extra and extra packages to collide. Since extra is more recently maintained (by the author of Shake and Hoogle), I've renamed Extra to just Extra-lib, keeping everything else the same.
This commit is contained in:
parent
ea04d4a77c
commit
8d8acebfbb
2 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||||
|
|
||||||
executablePath = callPackage ../development/libraries/haskell/executable-path {};
|
executablePath = callPackage ../development/libraries/haskell/executable-path {};
|
||||||
|
|
||||||
Extra = callPackage ../development/libraries/haskell/Extra {};
|
Extra = callPackage ../development/libraries/haskell/Extra-lib {};
|
||||||
|
|
||||||
fay = callPackage ../development/libraries/haskell/fay {};
|
fay = callPackage ../development/libraries/haskell/fay {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue