mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
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!
|
||||
|
||||
{ cabal, cmdargs, filepath, tasty, tastyHunit, time }:
|
||||
{ cabal, cmdargs, extra, filepath, tasty, tastyHunit, terminalSize
|
||||
, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ghcid";
|
||||
version = "0.2";
|
||||
sha256 = "1g0jwj8s0rgwrdgyn6dwrqhf9v4kck5kfr4ggmp9c0mjjyfxq6pf";
|
||||
version = "0.3.1";
|
||||
sha256 = "09dyynqa42q6rcms8pghlyih8a3fahb5fbhc500grqc094kgfs7c";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ cmdargs filepath time ];
|
||||
testDepends = [ cmdargs filepath tasty tastyHunit time ];
|
||||
buildDepends = [ cmdargs extra filepath terminalSize time ];
|
||||
testDepends = [
|
||||
cmdargs extra filepath tasty tastyHunit terminalSize time
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/ndmitchell/ghcid#readme";
|
||||
|
Loading…
Reference in New Issue
Block a user