# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, attoLisp, dataDefault, mtl, semigroups, text }:

cabal.mkDerivation (self: {
  pname = "present";
  version = "1.1";
  sha256 = "1hmzq3qi4hz74xr7cnc33kpwki9ziyinvrwazag8hh77d02fl11z";
  buildDepends = [ aeson attoLisp dataDefault mtl semigroups text ];
  meta = {
    description = "Make presentations for data types";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})