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

{ cabal, cereal, lens, mtl, strict, text, uuid }:

cabal.mkDerivation (self: {
  pname = "hoodle-types";
  version = "0.3";
  sha256 = "0n9plj6hhsc5482pl7sw4gw7py8r6cn0cl7hg35g2qxdxnzapifm";
  buildDepends = [ cereal lens mtl strict text uuid ];
  meta = {
    description = "Data types for programs for hoodle file format";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    hydraPlatforms = self.stdenv.lib.platforms.none;
    maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
  };
})