summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/tar/default.nix
blob: be98c2041562f39a2b5c52332541c050e6bbb20d (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, filepath, time }:

cabal.mkDerivation (self: {
  pname = "tar";
  version = "0.4.0.1";
  sha256 = "0vbsv7h3zgp30mlgsw156jkv1rqy5zbm98as9haf7x15hd6jf254";
  buildDepends = [ filepath time ];
  noHaddock = self.stdenv.lib.versionOlder self.ghc.version "6.11";
  meta = {
    description = "Reading, writing and manipulating \".tar\" archive files.";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})