update hsimport to 0.5.1, fixes breakage

This commit is contained in:
Cray Elliott 2014-08-24 03:53:35 -07:00 committed by Peter Simons
parent 478f96d6c3
commit eec2160026

View file

@ -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 ];
};
})