tweag / ormolu

A formatter for Haskell source code
https://ormolu-live.tweag.io
Other
956 stars 83 forks source link

Make all packages available for fixity inference in Ormolu Live #1015

Closed amesgen closed 1 year ago

amesgen commented 1 year ago

To see the difference, paste

import Control.Lens.Operators

wreq =
  let opts = defaults & auth ?~ awsAuth AWSv4 "key" "secret"
                          & header "Accept" .~ ["application/json"]
                          & header "Runscope-Bucket-Auth" .~ ["1example-1111-4yyyy-zzzz-xxxxxxxx"]
  in  getWith opts

both in Ormolu Live before this PR as well as after this PR (see link in https://github.com/tweag/ormolu/pull/1015#issuecomment-1520591200).

github-actions[bot] commented 1 year ago

🚀 Deployed on https://ef36e033d9e2a2865d53431559ff0847ee230614--ormolu-live.netlify.app