commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
530 stars 805 forks source link

servant-static-th-0.2.2.0 failing to build tests #4465

Closed cdornan closed 5 years ago

cdornan commented 5 years ago

@cdepillabout servant-static-th is filing to build its tests with:

src/Servant/Static/TH/Internal/Mime.hs:36:1: error:
    Ambiguous module name ‘Language.Haskell.TH’:
      it was found in multiple packages:
      ghc-lib-parser-0.20190402 template-haskell-2.14.0.0
   |
36 | import Language.Haskell.TH
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^...

Adding to the expected-test-failures list.

mihaimaruseac commented 5 years ago

This works now.