reaktor2: 0.1.0 -> 0.1.1
This commit is contained in:
parent
659eb2e6c5
commit
31a987903f
@ -1,16 +1,16 @@
|
|||||||
{ mkDerivation, aeson, attoparsec, base, blessings, bytestring
|
{ mkDerivation, aeson, attoparsec, base, blessings, bytestring
|
||||||
, containers, data-default, fetchgit, filepath, lens, lens-aeson
|
, containers, data-default, fetchgit, filepath, lens, lens-aeson
|
||||||
, network, network-simple, network-simple-tls, pcre-heavy
|
, network, network-simple, network-simple-tls, pcre-heavy
|
||||||
, pcre-light, process, random, stdenv, text, time, transformers
|
, pcre-light, process, random, stdenv, stringsearch, text, time
|
||||||
, unagi-chan, unix, unordered-containers
|
, transformers, unagi-chan, unix, unordered-containers, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "reaktor2";
|
pname = "reaktor2";
|
||||||
version = "0.1.0";
|
version = "0.1.1";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://cgit.krebsco.de/reaktor2";
|
url = "https://cgit.krebsco.de/reaktor2";
|
||||||
sha256 = "0g5b40y2gbknghzw12jar1im87k0g4hjg259wf1gp5v55dh3xwk6";
|
sha256 = "0d78560gj8hm02zaps63f9mby4lzz82f45i8ypwc9l3lnsypdsr3";
|
||||||
rev = "d40815fd56bf1895af89b72b1171675a2e0ae5f7";
|
rev = "4fa5cb937c016f8c10bf8f40d017ca3a436db2d3";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
@ -18,8 +18,8 @@ mkDerivation {
|
|||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
aeson attoparsec base blessings bytestring containers data-default
|
aeson attoparsec base blessings bytestring containers data-default
|
||||||
filepath lens lens-aeson network network-simple network-simple-tls
|
filepath lens lens-aeson network network-simple network-simple-tls
|
||||||
pcre-heavy pcre-light process random text time transformers
|
pcre-heavy pcre-light process random stringsearch text time
|
||||||
unagi-chan unix unordered-containers
|
transformers unagi-chan unix unordered-containers vector
|
||||||
];
|
];
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user