dhall-haskell icon indicating copy to clipboard operation
dhall-haskell copied to clipboard

Hackage build failed for dhall-toml-1.0.3

Open kukimik opened this issue 1 year ago • 0 comments

Full report: https://hackage.haskell.org/package/dhall-toml-1.0.3/reports/2

src/Dhall/TH.hs:274:38: error:
    " Couldn't match type: flag0 -> Syntax.TyVarBndr flag0
                     with: Syntax.TyVarBndr ()
      Expected: [Syntax.TyVarBndr ()]
        Actual: [flag0 -> Syntax.TyVarBndr flag0]
    " In the third argument of DataD, namely params
      In the expression:
        DataD [] name params Nothing constructors derivingClauses
      In the first argument of pure, namely
        [DataD [] name params Nothing constructors derivingClauses]
    |
274 |                 [pure [DataD [] name params Nothing constructors derivingClauses]] <>
    |                                      ^^^^^^
cabal: Leaving directory '/tmp/cabal-tmp-512385/dhall-1.42.0'
Error: cabal: Some packages failed to install:
dhall-1.42.0-ACeKFGha9nI3rsbsiKrLfj failed during the building phase. The
exception was:
ExitFailure 1
dhall-toml-1.0.3-9vkrwTOGQKKId6lQ6mUzNt depends on dhall-toml-1.0.3 which
failed to install.

Noticed this in #2557, because Hackage said there is no documentation available for dhall-toml-1.0.3.

kukimik avatar Dec 09 '23 21:12 kukimik