{ mkDerivation, acid-state, base, bytestring, data-default , HandsomeSoup, http-client, hxt, lens, lib, mtl, safecopy, wreq }: mkDerivation { pname = "regfish"; version = "2.0.0"; src = ./.; libraryHaskellDepends = [ acid-state base bytestring data-default HandsomeSoup http-client hxt lens mtl safecopy wreq ]; license = lib.licenses.mit; }