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

{ cabal, binary, mtl }:

cabal.mkDerivation (self: {
  pname = "binary-shared";
  version = "0.8.3";
  sha256 = "1clqq0rqjw1v7y6glkjnfyga5gxh768flyw617g47z0qa181c0c3";
  buildDepends = [ binary mtl ];
  meta = {
    homepage = "http://www.leksah.org";
    description = "Sharing for the binary package";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})