From 8fb479ae5ac335e67413189984adaaaed0fbf4db Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 12 Jun 2015 19:43:47 +0200 Subject: beuteltiere --- custom/opossum.nix | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 custom/opossum.nix (limited to 'custom/opossum.nix') diff --git a/custom/opossum.nix b/custom/opossum.nix new file mode 100644 index 00000000..e55086c2 --- /dev/null +++ b/custom/opossum.nix @@ -0,0 +1,30 @@ +# 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.1.0"; + 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 = "47aaa1d9e622c12a6f911454e111e8228c9f592c"; + sha256 = "18fe08a902778bf70c88954fcf659ae196da7a1ee7841344624b15bf30ad3910"; + }; + 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; + }; +}) -- cgit v1.2.3