nixpkgs/pkgs/development/libraries/haskell/tagshare/default.nix

16 lines
418 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, mtl }:
cabal.mkDerivation (self: {
pname = "tagshare";
version = "0.0";
sha256 = "1q3chp1rmwmxa8rxv7548wsvbqbng6grrnv1587p08385sp4ncfj";
buildDepends = [ mtl ];
meta = {
description = "TagShare - explicit sharing with tags";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})