haskell-pretty-show: update to version 1.5
This commit is contained in:
parent
351c10751e
commit
6fa197d6e4
@ -1,15 +1,15 @@
|
|||||||
{ cabal, haskellLexer }:
|
{ cabal, filepath, haskellLexer }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pretty-show";
|
pname = "pretty-show";
|
||||||
version = "1.3.2";
|
version = "1.5";
|
||||||
sha256 = "0m3kw4d68gd1mhlgi5vy3k2cqi9f0i4s502m2sgy4pww45fjllxy";
|
sha256 = "1n04f9aypgbhkq0lbji9czv1mjfwv4f80w1c6hqs55gmzwif63m4";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ haskellLexer ];
|
buildDepends = [ filepath haskellLexer ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://wiki.github.com/yav/pretty-show";
|
homepage = "http://wiki.github.com/yav/pretty-show";
|
||||||
description = "Tools for working with derived Show instances";
|
description = "Tools for working with derived `Show` instances and generic inspection of values";
|
||||||
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.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user