17 lines
545 B
Nix
17 lines
545 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, lochTh, placeholders }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "focus";
|
|
version = "0.1.2";
|
|
sha256 = "0j157nv668621i94iqg923bfg7594bpfn0q9scb62cik2yikc1p0";
|
|
buildDepends = [ lochTh placeholders ];
|
|
meta = {
|
|
homepage = "https://github.com/nikita-volkov/focus";
|
|
description = "A general abstraction for manipulating elements of container data structures";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|