{ mkDerivation, base, lib, optparse-applicative, proto-lens, 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 = lib.licenses.bsd3; }