summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/twitter-types-lens/default.nix
blob: 85407fc00b284ab07857d76ebc069fdb10143c9c (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, lens, text, twitterTypes }:

cabal.mkDerivation (self: {
  pname = "twitter-types-lens";
  version = "0.6.0";
  sha256 = "0n2z7v2mcvj2czkszkp87sf7cv4zj82yccygs9ah5ax28dw823v3";
  buildDepends = [ lens text twitterTypes ];
  meta = {
    homepage = "https://github.com/himura/twitter-types-lens";
    description = "Twitter JSON types (lens powered)";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})