{ mkDerivation, acid-state, base, bytestring, containers, feed , free, http-client, http-client-tls, lens, lib, mtl, safecopy , servant, servant-server, text, time, xdg-basedir, xml-conduit }: mkDerivation { pname = "FeedMonad"; version = "0.1.0.0"; src = ./.; libraryHaskellDepends = [ acid-state base bytestring containers feed free http-client http-client-tls lens mtl safecopy servant servant-server text time xdg-basedir xml-conduit ]; license = "unknown"; hydraPlatforms = lib.platforms.none; }