packages feed

fourmolu-0.7.0.1: fixity-tests/test-1-no-extra-info-expected.hs

lenses =
  Just $
    M.fromList $
      "type"
        .= ("user.connection" :: Text)
        # "connection"
        .= uc
        # "user"
        .= case name of
          Just n -> Just $ object ["name" .= n]
          Nothing -> Nothing
        # []