packages feed

fourmolu-0.13.0.0: fixity-tests/test-1-with-fixity-info-weird-overwrite-expected.hs

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