haskell-data-pprint: update to version 0.2.3
This commit is contained in:
parent
9eba67dbcd
commit
4ec63832fd
1 changed files with 3 additions and 8 deletions
|
@ -1,15 +1,10 @@
|
|||
{ cabal, deepseq, mtl, parallel, time, fetchurl }:
|
||||
{ cabal, deepseq, mtl, parallel, time }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "data-pprint";
|
||||
version = "0.2.2";
|
||||
sha256 = "0cr69qv2j8fmmlir8rzlafcxk1cg3lg1z0zrwkz0lb7idm25fy36";
|
||||
version = "0.2.3";
|
||||
sha256 = "1ygbhn399d4hlrdjmg7gxbr5akydb78p6qa80rv7m6j0fsqzbf6y";
|
||||
buildDepends = [ deepseq mtl parallel time ];
|
||||
patches = [ (fetchurl { url = "https://github.com/divipp/ActiveHs-misc/pull/3.patch";
|
||||
sha256 = "0wxvc7cbv4qpjl5zxy41863qpzda2ma75pmnnqx29qyh3rxp7biw";
|
||||
})
|
||||
];
|
||||
patchFlags = "-p2";
|
||||
meta = {
|
||||
description = "Prettyprint and compare Data values";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
|
Loading…
Reference in a new issue