haskell-html: rename the expression file from 1.0.1.2.nix to default.nix

This commit is contained in:
Peter Simons 2014-11-08 12:28:48 +01:00
parent cdaccfbad4
commit a3c4b817a5
2 changed files with 1 additions and 2 deletions

View File

@ -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 {};