summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndres Löh2009-04-20 14:26:09 +0000
committerAndres Löh2009-04-20 14:26:09 +0000
commitdf7c38c2cb497f5b365e8c58d6698d5e98c82a9e (patch)
tree2b66699bf4058dc1f245719e5f08ee68c2cb0d5c
parent035d7cb965be41a8986fc0ac72f60d63eb3abf43 (diff)
Fixed a typo.
svn path=/nixpkgs/trunk/; revision=15185
-rw-r--r--pkgs/top-level/haskell-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 396c895b237b..cb21f1a0e3ba 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -192,7 +192,7 @@ rec {
     inherit cabal;
   };
 
-  utf8String = import ../development/libraries/haskell/utf8-string {
+  utf8String = import ../development/libraries/haskell/utf8String {
     inherit cabal;
   };