nix-output-monitor: 0.1.0.2 -> 1.0.0.0
This commit is contained in:
parent
e95220786b
commit
f428bb03f2
|
@ -1,21 +1,21 @@
|
||||||
{ mkDerivation, ansi-terminal, async, attoparsec, base, containers
|
{ mkDerivation, ansi-terminal, async, attoparsec, base, containers
|
||||||
, directory, HUnit, mtl, nix-derivation, process, relude, lib
|
, cassava, directory, HUnit, mtl, nix-derivation, process, relude, lib
|
||||||
, stm, text, time, unix, fetchFromGitHub
|
, stm, terminal-size, text, time, unix, wcwidth, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nix-output-monitor";
|
pname = "nix-output-monitor";
|
||||||
version = "0.1.0.2";
|
version = "1.0.0.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "maralorn";
|
owner = "maralorn";
|
||||||
repo = "nix-output-monitor";
|
repo = "nix-output-monitor";
|
||||||
sha256 = "0r4348cbmnpawbfa20qw3wnywiqp0jkl5svzl27jrm2yk2g51509";
|
sha256 = "0hmrlkanippxhspi6vrqkpp1yc3ix2bnskfn5wispq9939k1m01v";
|
||||||
rev = "5bf7534";
|
rev = "1.0.0.0";
|
||||||
};
|
};
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
ansi-terminal async attoparsec base containers directory mtl
|
ansi-terminal async attoparsec base cassava containers directory mtl
|
||||||
nix-derivation relude stm text time unix
|
nix-derivation relude stm terminal-size text time unix wcwidth
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
ansi-terminal async attoparsec base containers directory mtl
|
ansi-terminal async attoparsec base containers directory mtl
|
||||||
|
|
Loading…
Reference in New Issue