Add recipes for a few Haskell libraries
This commit is contained in:
committed by
Austin Seipp
parent
1b7a8e6f5b
commit
0ef3c47778
@@ -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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user