From df7c38c2cb497f5b365e8c58d6698d5e98c82a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Mon, 20 Apr 2009 14:26:09 +0000 Subject: [PATCH] Fixed a typo. svn path=/nixpkgs/trunk/; revision=15185 --- pkgs/top-level/haskell-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };