# 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; }; })