haskell-ghcid: update to version 0.3.1

This commit is contained in:
Peter Simons 2014-10-31 11:38:16 +01:00
parent b22a9e735a
commit 4e31c212ba

View File

@ -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";