16 lines
469 B
Nix
16 lines
469 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, thLift, thReifyMany }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "th-orphans";
|
|
version = "0.8.2";
|
|
sha256 = "19d4ls2plxmn5n9c99503mvi99ffp6y6zxi564zf6cdfgw8v73fy";
|
|
buildDepends = [ thLift thReifyMany ];
|
|
jailbreak = true;
|
|
meta = {
|
|
description = "Orphan instances for TH datatypes";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|