summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/temporary-rc/default.nix
blob: 62931e168af9e17bff9c92ecb2c25b51883c0abb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, exceptions, filepath, transformers }:

cabal.mkDerivation (self: {
  pname = "temporary-rc";
  version = "1.2.0.3";
  sha256 = "1nqih0qks439k3pr5kmbbc8rjdw730slrxlflqb27fbxbzb8skqs";
  buildDepends = [ exceptions filepath transformers ];
  meta = {
    homepage = "http://www.github.com/feuerbach/temporary";
    description = "Portable temporary file and directory support for Windows and Unix, based on code from Cabal";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})