blob: 485f8a4eaa33f7197176d1f10ba306bfe43918af (
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.1";
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 = "db273c05e1e881ef8cbaf821620d69354a971e83";
sha256 = "162e6ea9b7178f29657bc314c7e02f274f5e38f61d5409e946567f640ed33bd0";
};
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;
};
})
|