Merge remote-tracking branch 'ni/master'

This commit is contained in:
lassulus 2019-01-27 02:51:14 +01:00
commit 6f2dd04604

View File

@ -1,25 +1,27 @@
{ mkDerivation, aeson, attoparsec, base, blessings, bytestring { mkDerivation, aeson, async, attoparsec, base, blessings
, containers, data-default, fetchgit, filepath, lens, lens-aeson , bytestring, containers, data-default, fetchgit, filepath, lens
, network, network-simple, network-simple-tls, pcre-heavy , lens-aeson, network, network-simple, network-simple-tls
, pcre-light, process, random, stdenv, stringsearch, text, time , pcre-heavy, pcre-light, process, random, stdenv, stringsearch
, transformers, unagi-chan, unix, unordered-containers, vector , text, time, transformers, unagi-chan, unix, unordered-containers
, vector
}: }:
mkDerivation { mkDerivation {
pname = "reaktor2"; pname = "reaktor2";
version = "0.1.5"; version = "0.1.7";
src = fetchgit { src = fetchgit {
url = "https://cgit.krebsco.de/reaktor2"; url = "https://cgit.krebsco.de/reaktor2";
sha256 = "1n20ms61pp0yncs0y0mx40nj80ivv9qqv4l2ya39rfp21anmwf1s"; sha256 = "1ifjwn5dadlyhbdyym1i3g5vbsc7dyv7qzyprmcvx0qspr3rrk82";
rev = "f8c5b4cfe57cb50503b8333d5d06bd0f99fdecc6"; rev = "0395a9d9815d7d82469f0064738bef80ac87dbe3";
fetchSubmodules = true; fetchSubmodules = true;
}; };
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
aeson attoparsec base blessings bytestring containers data-default aeson async attoparsec base blessings bytestring containers
filepath lens lens-aeson network network-simple network-simple-tls data-default filepath lens lens-aeson network network-simple
pcre-heavy pcre-light process random stringsearch text time network-simple-tls pcre-heavy pcre-light process random
transformers unagi-chan unix unordered-containers vector stringsearch text time transformers unagi-chan unix
unordered-containers vector
]; ];
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
} }