3b2254a3af
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
13 lines
301 B
Nix
13 lines
301 B
Nix
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "appar";
|
|
version = "0.1.4";
|
|
sha256 = "09jb9ij78fdkz2qk66rw99q19qnm504dpv0yq0pjsl6xwjmndsjq";
|
|
meta = {
|
|
description = "A simple applicative parser";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|