packages feed

dhall-1.29.0: tests/format/issue1400-1A.dhall

{ conversation =
    [ { author = "robert", content = [] }
    , { author = "robert", content = [] }
    , { author =
          "bob"
      , content =
          [ text
              ''
              any line going past the 80 characters boundary     (e.g. this one is 82)
              ''
          ]
      }
    ]
}