1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/dlist-instances/default.nix

17 lines
503 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, dlist, semigroups }:
cabal.mkDerivation (self: {
pname = "dlist-instances";
version = "0.1";
sha256 = "0r1j7djywqd7c224wc9ixkplj3m2mbf9k3ra7n92ja2kfpksm615";
buildDepends = [ dlist semigroups ];
meta = {
homepage = "https://github.com/gregwebs/dlist-instances";
description = "Difference lists instances";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})