mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
16 lines
456 B
Nix
16 lines
456 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "pointedlist";
|
|
version = "0.6.1";
|
|
sha256 = "16xsrzqql7i4z6a3xy07sqnbyqdmcar1jiacla58y4mvkkwb0g3l";
|
|
buildDepends = [ binary ];
|
|
meta = {
|
|
description = "A zipper-like comonad which works as a list, tracking a position";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|