Add recipes for a few Haskell libraries

This commit is contained in:
John Wiegley
2014-04-12 10:15:39 -05:00
committed by Austin Seipp
parent 1b7a8e6f5b
commit 0ef3c47778
6 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "missing-foreign";
version = "0.1.1";
sha256 = "11f8pknbarlj956nmalqhd2v704z7d7xbi61hs1q8vb2p36kc6wy";
meta = {
description = "Convenience functions for FFI work";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})