Add three more Haskell expressions

This commit is contained in:
John Wiegley
2014-05-26 02:03:39 -05:00
parent b0234f216c
commit 4e6ee200cd
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "bool-extras";
version = "0.4.0";
sha256 = "008m43f04ncx2c24c241gzwjyyglw8rwpq2gsakqkw0nwz3czs61";
meta = {
homepage = "http://tom.lokhorst.eu/bool-extras";
description = "A fold function for Bool";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})