summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/focus/default.nix
blob: 9a890587f8484415f73281025984b8f8b67b0211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "focus";
  version = "0.1.3";
  sha256 = "11l6rlr22m0z41c9fynpisj0cnx70zzcxhsakz9b09ap8wj0raqy";
  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;
  };
})