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

{ cabal, doctest, filepath, QuickCheck, text, thLift, vector }:

cabal.mkDerivation (self: {
  pname = "th-lift-instances";
  version = "0.1.4";
  sha256 = "02sf7qn1rs33cdf1dl7vpwkhqzhmj8h3naw0ngh2kz05ymk2qng4";
  buildDepends = [ text thLift vector ];
  testDepends = [ doctest filepath QuickCheck text vector ];
  jailbreak = true;
  meta = {
    homepage = "http://github.com/bennofs/th-lift-instances/";
    description = "Lift instances for template-haskell for common data types";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})