haskell-HFuse: fix capitalization of directory name

This commit is contained in:
Peter Simons 2013-05-30 12:15:02 +02:00
parent d9c5a29897
commit ff1dbd50b8
2 changed files with 1 additions and 1 deletions

View File

@ -1143,7 +1143,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
heist = callPackage ../development/libraries/haskell/heist {};
HFuse = callPackage ../development/libraries/haskell/hfuse {};
HFuse = callPackage ../development/libraries/haskell/HFuse {};
highlightingKate = callPackage ../development/libraries/haskell/highlighting-kate {};