Merge pull request #4727 from dysinger/acme-lookofdisapproval

adding haskell package acme-lookofdisapproval (just for fun)
This commit is contained in:
Peter Simons
2014-10-30 12:11:26 +01:00
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "acme-lookofdisapproval";
version = "0.1";
sha256 = "194xvcab14bs3b3nrayxp4z3da60afxa9cmip58mkms5016kwhis";
meta = {
homepage = "https://github.com/llelf/acme-lookofdisapproval";
description = "Express your disapproval";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})