summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/unix-compat/default.nix
blob: ae1c54ec973e59c2ee42d9c55e05423348816152 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{cabal}:

cabal.mkDerivation (self : {
  pname = "unix-compat";
  version = "0.1.2.1";
  sha256 = "553326e140f71f09cedeec5f74666171c2ad2b3d9ba4312da97da02cbf8a2e85";
  meta = {
    description = "Portable POSIX-compatibility layer";
    license = "BSD";
    maintainers = [self.stdenv.lib.maintainers.andres];
  };
})