haskell-ghcid: update to version 0.3.1
This commit is contained in:
parent
b22a9e735a
commit
4e31c212ba
@ -1,15 +1,19 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, cmdargs, filepath, tasty, tastyHunit, time }:
|
{ cabal, cmdargs, extra, filepath, tasty, tastyHunit, terminalSize
|
||||||
|
, time
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghcid";
|
pname = "ghcid";
|
||||||
version = "0.2";
|
version = "0.3.1";
|
||||||
sha256 = "1g0jwj8s0rgwrdgyn6dwrqhf9v4kck5kfr4ggmp9c0mjjyfxq6pf";
|
sha256 = "09dyynqa42q6rcms8pghlyih8a3fahb5fbhc500grqc094kgfs7c";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ cmdargs filepath time ];
|
buildDepends = [ cmdargs extra filepath terminalSize time ];
|
||||||
testDepends = [ cmdargs filepath tasty tastyHunit time ];
|
testDepends = [
|
||||||
|
cmdargs extra filepath tasty tastyHunit terminalSize time
|
||||||
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/ndmitchell/ghcid#readme";
|
homepage = "https://github.com/ndmitchell/ghcid#readme";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user