packages feed

cabal2nix-2.9.3: test/golden-test-cases/proto-lens-optparse.nix.golden

{ mkDerivation, base, optparse-applicative, proto-lens, stdenv
, text
}:
mkDerivation {
  pname = "proto-lens-optparse";
  version = "0.1.0.4";
  sha256 = "deadbeef";
  libraryHaskellDepends = [
    base optparse-applicative proto-lens text
  ];
  homepage = "https://github.com/google/proto-lens";
  description = "Adapting proto-lens to optparse-applicative ReadMs";
  license = stdenv.lib.licenses.bsd3;
}