# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, beuteltier, dataDefault, dyre, exceptions, feed, filepath , httpClient, httpClientTls, lenses, mtl, shellMonad, tagged, text , time, transformers, hxt, caseInsensitive, attoparsec , fetchgit }: cabal.mkDerivation (self: { pname = "opossum"; version = "1.3.1"; src = fetchgit { url = git://git.yggdrasil.li/opossum; # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/opossum' 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 = "34728797958d0b64a7b8c5d52f37ffa61b885370"; sha256 = "a2c040d37dea6cd6af9cdd07db0846225d595ab229c11b0a3c3a7a9f476fb915"; }; isLibrary = true; isExecutable = true; buildDepends = [ beuteltier dataDefault dyre exceptions feed filepath httpClient httpClientTls lenses mtl shellMonad tagged text time transformers hxt caseInsensitive attoparsec ]; meta = { description = "A webscraper for beuteltier"; license = self.stdenv.lib.licenses.publicDomain; platforms = self.ghc.meta.platforms; }; })