haskell-unix-compat: updated to version 0.3.0.1

svn path=/nixpkgs/trunk/; revision=31347
This commit is contained in:
Peter Simons
2012-01-06 13:30:08 +00:00
parent e40df74665
commit d88a86d8ee
3 changed files with 3 additions and 22 deletions

View File

@@ -1,17 +0,0 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "unix-compat";
version = "0.3";
sha256 = "0zgz9s5z2kca37sgnf4dyfdw90435h20bznx485y1ggvh377jan7";
meta = {
homepage = "http://github.com/jystic/unix-compat";
description = "Portable POSIX-compatibility layer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "unix-compat";
version = "0.2.2.1";
sha256 = "009dg6mxjmdkcmr2d1qq9r3f4qfx4d362lyxj9vvgwrzcdnsgzqi";
version = "0.3.0.1";
sha256 = "09y2iih741l4jpi83c15zap94phfms4mavzg04r9rjgbav0ns2c4";
meta = {
homepage = "http://github.com/jystic/unix-compat";
description = "Portable POSIX-compatibility layer";