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