cdornan / fmt

New formatting library
BSD 3-Clause "New" or "Revised" License
56 stars 6 forks source link

fmt-0.6.1.1 doctests: Variable not in scope: mkName #26

Closed juhp closed 5 years ago

juhp commented 5 years ago

In the Stackage Nightly build:

> /tmp/stackage-build12/fmt-0.6.1.1$ dist/build/doctests/doctests
/tmp/stackage-build12/fmt-0.6.1.1/lib/Fmt.hs:327: failure in expression `(""+|show foo|++|show bar|+"") == (""+||foo||++||bar||+"")'

<interactive>:108:19: error:
    Variable not in scope:
      mkName
        :: [Char]
           -> template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Name

Examples: 142  Tried: 142  Errors: 0  Failures: 1
juhp commented 5 years ago

Actually this may well be some Stackage buildsystem issue, please hold. :-)

neongreen commented 5 years ago

Ok, holding!

juhp commented 5 years ago

Yes, see https://github.com/commercialhaskell/stackage/commit/074199fa0af266baef5f20c62587d35268674330 - sorry for the noise