summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hoodle-types/default.nix
blob: 745e2c575b824cc12b731d15a73fd9cd24c79923 (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, 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;
    maintainers = [ self.stdenv.lib.maintainers.ianwookim ];
  };
})