Compiling HEAD in conjunction with the current HEAD of haskell-src-exts (ef840ec) gives me:
src/Language/Haskell/Meta/Syntax/Translate.hs:450:78:
Couldn't match expected type ‘Hs.Binds’
with actual type ‘Maybe Hs.Binds’
In the first argument of ‘hsBindsToDecs’, namely ‘bnds’
In the third argument of ‘ValD’, namely ‘(hsBindsToDecs bnds)’
src/Language/Haskell/Meta/Syntax/Translate.hs:515:64:
Couldn't match expected type ‘Hs.Binds’
with actual type ‘Maybe Hs.Binds’
In the first argument of ‘hsBindsToDecs’, namely ‘bnds’
In the third argument of ‘Clause’, namely ‘(hsBindsToDecs bnds)’
I think HS stems from haskell-src-exts? Thought I’d ping you about the potential API change.
Compiling HEAD in conjunction with the current HEAD of
haskell-src-exts
(ef840ec) gives me:I think HS stems from haskell-src-exts? Thought I’d ping you about the potential API change.