mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
18250b97ae
had added him earlier.
16 lines
383 B
Nix
16 lines
383 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, syb }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "show";
|
|
version = "0.6";
|
|
sha256 = "15bvfffnr034z8wbmhxa8h5qskbxwbflk434dx023l1qlm3sjmsg";
|
|
buildDepends = [ syb ];
|
|
meta = {
|
|
description = "'Show' instances for Lambdabot";
|
|
license = "GPL";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|