haskell-Unixutils: re-generate expression with cabal2nix

This commit is contained in:
Peter Simons 2014-11-13 00:31:38 +01:00
parent 9134fc29b7
commit f1f41e5b87

View File

@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
sha256 = "1gp04mc6irycwazykl9kpyhkkryn3hbnpn08ih6cjbsm3p8yi8b4"; sha256 = "1gp04mc6irycwazykl9kpyhkkryn3hbnpn08ih6cjbsm3p8yi8b4";
buildDepends = [ filepath pureMD5 regexTdfa zlib ]; buildDepends = [ filepath pureMD5 regexTdfa zlib ];
meta = { meta = {
homepage = "http://src.seereason.com/haskell-unixutils"; homepage = "https://github.com/seereason/haskell-unixutils";
description = "A crude interface between Haskell and Unix-like operating systems"; description = "A crude interface between Haskell and Unix-like operating systems";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;