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: { cabal.mkDerivation (self: {
pname = "unix-compat"; pname = "unix-compat";
version = "0.2.2.1"; version = "0.3.0.1";
sha256 = "009dg6mxjmdkcmr2d1qq9r3f4qfx4d362lyxj9vvgwrzcdnsgzqi"; sha256 = "09y2iih741l4jpi83c15zap94phfms4mavzg04r9rjgbav0ns2c4";
meta = { meta = {
homepage = "http://github.com/jystic/unix-compat"; homepage = "http://github.com/jystic/unix-compat";
description = "Portable POSIX-compatibility layer"; description = "Portable POSIX-compatibility layer";

View File

@ -1317,9 +1317,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
uniqueid = callPackage ../development/libraries/haskell/uniqueid {}; uniqueid = callPackage ../development/libraries/haskell/uniqueid {};
unixCompat_0_2_2_1 = callPackage ../development/libraries/haskell/unix-compat/0.2.2.1.nix {}; unixCompat = callPackage ../development/libraries/haskell/unix-compat {};
unixCompat_0_3 = callPackage ../development/libraries/haskell/unix-compat/0.3.nix {};
unixCompat = self.unixCompat_0_2_2_1;
unorderedContainers = callPackage ../development/libraries/haskell/unordered-containers {}; unorderedContainers = callPackage ../development/libraries/haskell/unordered-containers {};