cabal2nix-2.16.0: test/golden-test-cases/microlens.nix.golden
{ mkDerivation, base, lib }:
mkDerivation {
pname = "microlens";
version = "0.4.8.1";
sha256 = "deadbeef";
libraryHaskellDepends = [ base ];
homepage = "http://github.com/aelve/microlens";
description = "A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this.";
license = lib.licenses.bsd3;
}