packages feed

fourmolu-0.13.0.0: fixity-tests/test-2-no-extra-info-expected.hs

import Foo

foo =
  a
    & b
    .~ 2
    & c
    .~ 3

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