about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/reflection/default.nix
blob: 67827299280aad9a0fae52e2b86aa0ee07b2b37b (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, tagged }:

cabal.mkDerivation (self: {
  pname = "reflection";
  version = "1.4";
  sha256 = "0i6yb3fa9wizyaz8x9b7yzkw9jf7zahdrkr2y0iw7igdxqn4n0k7";
  buildDepends = [ tagged ];
  meta = {
    homepage = "http://github.com/ekmett/reflection";
    description = "Reifies arbitrary terms into types that can be reflected back into terms";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})