mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
18250b97ae
had added him earlier.
18 lines
508 B
Nix
18 lines
508 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, Cabal, deepseq, QuickCheck }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "dlist";
|
|
version = "0.7.1";
|
|
sha256 = "13ka30bn742ldacfgj2lhxvhwf769d0ziy2358vmd5xaq6fn1xfr";
|
|
buildDepends = [ deepseq ];
|
|
testDepends = [ Cabal QuickCheck ];
|
|
meta = {
|
|
homepage = "https://github.com/spl/dlist";
|
|
description = "Difference lists";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|