nixpkgs/pkgs/development/libraries/haskell/unix-compat/default.nix
Andres Löh f8b1ace1d7 Added warp plus dependencies.
svn path=/nixpkgs/trunk/; revision=27649
2011-07-07 21:40:33 +00:00

13 lines
251 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "unix-compat";
version = "0.2.1.3";
sha256 = "12645n23b7b86w3fllg3vl39pvbxazqx9rflgnhc6qrlfklkyxxd";
meta = {
description = "Portable POSIX-compatibility layer";
license = "BSD";
};
})