summaryrefslogtreecommitdiff
path: root/custom/wombat.nix
blob: 05507fb2ee8ce28e9bce321d0fe7dbc9f39c1cb8 (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, beuteltier, filepath, lenses, mtl
, optparseApplicative, text, time, transformers
, unorderedContainers, vector
, fetchgit
}:

cabal.mkDerivation (self: {
  pname = "wombat";
  version = "0.4.2";
  src = fetchgit {
    url = git://git.yggdrasil.li/wombat;
    # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/wombat' 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 = "bf5a6e60047791201fddd5f2471012a4dc21b248";
    sha256 = "4b961f05ab7bdc3399e68bb33994cbb3f57369f411bf7bd0a5f868bc8cc2e844";
  };
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    aeson beuteltier filepath lenses mtl optparseApplicative text time
    transformers unorderedContainers vector
  ];
  meta = {
    description = "A Beuteltier";
    license = self.stdenv.lib.licenses.publicDomain;
    platforms = self.ghc.meta.platforms;
  };
})