Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ cabal, blazeBuilder, blazeHtml, failure, parsec, shakespeare
|
||||
, text
|
||||
{ cabal, blazeBuilder, blazeHtml, Cabal, failure, parsec
|
||||
, shakespeare, text
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
|
||||
version = "0.10.8";
|
||||
sha256 = "1vlp8vwaipz757vnd95gcdi9dkrpbgfdlsb3kgjivsj7rqbmxf7z";
|
||||
buildDepends = [
|
||||
blazeBuilder blazeHtml failure parsec shakespeare text
|
||||
blazeBuilder blazeHtml Cabal failure parsec shakespeare text
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/templates";
|
||||
|
||||
Reference in New Issue
Block a user