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

{ cabal, exceptions, filepath, transformers }:

cabal.mkDerivation (self: {
  pname = "temporary";
  version = "1.2.0.3";
  sha256 = "0is67bmsjmbbw6wymhis8wyq9gax3sszm573p5719fx2c9z9r24a";
  buildDepends = [ exceptions filepath transformers ];
  jailbreak = true;
  meta = {
    homepage = "http://www.github.com/batterseapower/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;
  };
})