nikita-volkov / neat-interpolation

A quasiquoter for neat and simple multiline text interpolation
http://hackage.haskell.org/package/neat-interpolation
MIT License
55 stars 16 forks source link

Fails to build on 7.10 because of Ambiguous occurrence ‘traceM’ #3

Closed Bilalh closed 9 years ago

Bilalh commented 9 years ago

Fails to build on 7.10, log

src/NeatInterpolation/Prelude.hs:5:5:
    Ambiguous occurrence ‘traceM’
    It could refer to either ‘NeatInterpolation.Prelude.traceM’,
                             defined at src/NeatInterpolation/Prelude.hs:52:1
                          or ‘Exports.traceM’,
                             imported from ‘Debug.Trace’ at src/NeatInterpolation/Prelude.hs:41:1-29

src/NeatInterpolation/Prelude.hs:5:5:
    Conflicting exports for ‘traceM’:
       ‘module Exports’ exports ‘Exports.traceM’
         imported from ‘Debug.Trace’ at src/NeatInterpolation/Prelude.hs:41:1-29
       ‘traceM’ exports ‘NeatInterpolation.Prelude.traceM’
         defined at src/NeatInterpolation/Prelude.hs:52:1
nikita-volkov commented 9 years ago

Fixed in 0.2.2.1

Bilalh commented 9 years ago

thanks