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