cabal2nix-2.9.3: test/golden-test-cases/microlens.nix.golden
{ mkDerivation, base, stdenv }:
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 = stdenv.lib.licenses.bsd3;
}