haskell-hsimport: update to version 0.2.6.8
This commit is contained in:
parent
476c776b8b
commit
b718aeaea9
|
@ -4,19 +4,19 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hsimport";
|
pname = "hsimport";
|
||||||
version = "0.2.6.6";
|
version = "0.2.6.8";
|
||||||
sha256 = "07zlzshg7q1gh96wqifnjanl9nfz8y4rmszmrjm7plkkpxymma4z";
|
sha256 = "0brz7lxbnkwhjlbvs7xk3012mp9419v9wpczwa3nahl5afzbsp3i";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec cmdargs haskellSrcExts lens mtl split text
|
attoparsec cmdargs haskellSrcExts lens mtl split text
|
||||||
];
|
];
|
||||||
testDepends = [ filepath tasty tastyGolden ];
|
testDepends = [ filepath tasty tastyGolden ];
|
||||||
|
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";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||||
};
|
};
|
||||||
doCheck = false;
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue