1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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";

View file

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