update hsimport to 0.5.1, fixes breakage
This commit is contained in:
parent
478f96d6c3
commit
eec2160026
1 changed files with 2 additions and 4 deletions
|
@ -6,19 +6,17 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hsimport";
|
||||
version = "0.5";
|
||||
sha256 = "18rhldw6vbkjcpx373m784sppadccm2b3xx3zzr0l45dwmsh6rb4";
|
||||
version = "0.5.1";
|
||||
sha256 = "17yzfikfl8qvm6vp3d472l6p0kzzw694ng19xn3fmrb43qvki4jj";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
attoparsec cmdargs dyre haskellSrcExts lens mtl split text
|
||||
];
|
||||
testDepends = [ filepath haskellSrcExts tasty tastyGolden ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "A command line program for extending the import list of a Haskell source file";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue