update hsimport to 0.5.1, fixes breakage
This commit is contained in:
parent
478f96d6c3
commit
eec2160026
@ -6,19 +6,17 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hsimport";
|
pname = "hsimport";
|
||||||
version = "0.5";
|
version = "0.5.1";
|
||||||
sha256 = "18rhldw6vbkjcpx373m784sppadccm2b3xx3zzr0l45dwmsh6rb4";
|
sha256 = "17yzfikfl8qvm6vp3d472l6p0kzzw694ng19xn3fmrb43qvki4jj";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec cmdargs dyre haskellSrcExts lens mtl split text
|
attoparsec cmdargs dyre haskellSrcExts lens mtl split text
|
||||||
];
|
];
|
||||||
testDepends = [ filepath haskellSrcExts tasty tastyGolden ];
|
testDepends = [ filepath haskellSrcExts 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 = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user