summaryrefslogtreecommitdiff
path: root/custom/beuteltier.nix
blob: 6b47b31d808cf5a1fe7830e5dc1561f8f3c59b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, dataDefault, filepath, lenses, mtl, tar, text
, transformers, yaml, zlib, cryptohash, time, base16Bytestring
, attoparsecExpr, caseInsensitive, timeparsers
, fetchgit
}:

cabal.mkDerivation (self: {
  pname = "beuteltier";
  version = "6.0.1";
  #src = ./.;
  src = fetchgit {
    url = git://git.yggdrasil.li/beuteltier;
    # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/beuteltier' 2>&1 | grep -E '(git revision|hash) is ' | sed -r 's/git revision is /rev = "/' | sed -r 's/hash is /sha256 = "/' | sed -r 's/$/";/'
    rev = "f4c0bc02bbb8ed61b383b4c7dd7fc7a1d4e7c85e";
    sha256 = "795a137c7972ef5da3c662bfbd59550573cb283fae83527efa9a99a66d7b4c98";
  };
  buildDepends = [
    aeson dataDefault filepath lenses mtl tar text transformers yaml
    zlib cryptohash time base16Bytestring attoparsecExpr caseInsensitive
    timeparsers
  ];
  meta = {
    homepage = "git://git.yggdrasil.li/beuteltier";
    description = "Accessor library for \"Beutel\" (Bag) - a backstore (directory) containing tracked objects (.tgz files with a yaml manifest inside)";
    license = self.stdenv.lib.licenses.publicDomain;
    platforms = self.ghc.meta.platforms;
  };
})