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:
John Wiegley 2014-10-20 19:17:12 -05:00
parent ea04d4a77c
commit 8d8acebfbb
2 changed files with 1 additions and 1 deletions

View file

@ -790,7 +790,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
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 {};