Added pretty-show Haskell library.
svn path=/nixpkgs/trunk/; revision=25504
This commit is contained in:
14
pkgs/development/libraries/haskell/pretty-show/default.nix
Normal file
14
pkgs/development/libraries/haskell/pretty-show/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal, haskellLexer}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "pretty-show";
|
||||
version = "1.1.1";
|
||||
sha256 = "0w6r68l1452vh9aqnlh4066y62h8ylh45gbsl5l558wjgchlna5k";
|
||||
propagatedBuildInputs = [haskellLexer];
|
||||
meta = {
|
||||
description = "Tools for working with derived Show instances";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user