haskell-hsimport: update to version 0.5
This commit is contained in:
parent
b89869ee10
commit
6e1fbffcbc
@ -1,19 +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, attoparsec, cmdargs, filepath, haskellSrcExts, lens, mtl
|
{ cabal, attoparsec, cmdargs, dyre, filepath, haskellSrcExts, lens
|
||||||
, split, tasty, tastyGolden, text
|
, mtl, split, tasty, tastyGolden, text
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hsimport";
|
pname = "hsimport";
|
||||||
version = "0.4";
|
version = "0.5";
|
||||||
sha256 = "1pkj6cfdfyrcrm6gr4a43y6s4qhwpli6zgnlx4ycmhs3yh5kay60";
|
sha256 = "18rhldw6vbkjcpx373m784sppadccm2b3xx3zzr0l45dwmsh6rb4";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec cmdargs haskellSrcExts lens mtl split text
|
attoparsec cmdargs dyre haskellSrcExts lens mtl split text
|
||||||
];
|
];
|
||||||
testDepends = [ filepath tasty tastyGolden ];
|
testDepends = [ filepath haskellSrcExts tasty tastyGolden ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "A command line program for extending the import list of a Haskell source file";
|
description = "A command line program for extending the import list of a Haskell source file";
|
||||||
|
Loading…
Reference in New Issue
Block a user