summaryrefslogtreecommitdiff
path: root/custom/opossum.nix
blob: ea550a8aa3268fd73a63f3abfcf14217ca733e92 (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
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.4.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 = "f5d384df2a6dff3a7402e51ee5aff58bd6792e6a";
    sha256 = "8b6e1d6878dce58bfc7cb0c9414a69109c622aae16d4515cf22d72825ae3da5f";
  };
  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;
  };
})