{ mkDerivation, aeson, amqp, attoparsec, base, hspec, lens , lens-aeson, lib, mtl, reddit-lib, text, transformers }: mkDerivation { pname = "reddit-tags"; version = "0.1.0.0"; src = ./.; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson amqp attoparsec base lens lens-aeson mtl reddit-lib text transformers ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; license = "unknown"; hydraPlatforms = lib.platforms.none; }