packages feed

implicit-0.4.1.0: .github/workflows/ci.dhall

let haskellCi =
      https://raw.githubusercontent.com/sorki/github-actions-dhall/main/haskell-ci.dhall

in    haskellCi.generalCi
        (haskellCi.withHlint haskellCi.defaultCabalSteps)
        (haskellCi.DhallMatrix::{=} with ghc = haskellCi.defaultGHC3)
    : haskellCi.CI.Type