From a3c4b817a562a51b99793ce993c0e17ead273806 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 8 Nov 2014 12:28:48 +0100 Subject: [PATCH] haskell-html: rename the expression file from 1.0.1.2.nix to default.nix --- .../libraries/haskell/html/{1.0.1.2.nix => default.nix} | 0 pkgs/top-level/haskell-packages.nix | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename pkgs/development/libraries/haskell/html/{1.0.1.2.nix => default.nix} (100%) diff --git a/pkgs/development/libraries/haskell/html/1.0.1.2.nix b/pkgs/development/libraries/haskell/html/default.nix similarity index 100% rename from pkgs/development/libraries/haskell/html/1.0.1.2.nix rename to pkgs/development/libraries/haskell/html/default.nix diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index ac77f35e087..3c9dc32391c 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -1319,8 +1319,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in hsyslog = callPackage ../development/libraries/haskell/hsyslog {}; - html_1_0_1_2 = callPackage ../development/libraries/haskell/html/1.0.1.2.nix {}; - html = self.html_1_0_1_2; + html = callPackage ../development/libraries/haskell/html {}; htmlConduit = callPackage ../development/libraries/haskell/html-conduit {};