Add several new Haskell expressions

This commit is contained in:
John Wiegley
2014-05-03 23:01:00 -05:00
parent aea5277ca2
commit 9bc6893712
16 changed files with 230 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "composition";
version = "1.0.1.0";
sha256 = "1gx27vz2djiiwygcjaygjmiwjnls084b5v9km3jpimlz312qh5hc";
meta = {
homepage = "http://patch-tag.com/r/DanBurton/composition/home";
description = "Combinators for unorthodox function composition";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})