summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/missing-foreign/default.nix
blob: 928cf73d457bfa7edb01808cf85ac4a7abb3c992 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ 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;
  };
})