Closed soenkehahn closed 9 years ago
There is a conditional import statement that is only in effect when using haddock:
https://github.com/basvandijk/concurrent-extra/blob/master/Control/Concurrent/Event.hs#L72
(I guess this is needed for these links to work: https://github.com/basvandijk/concurrent-extra/blob/master/Control/Concurrent/Event.hs#L171)
Control.Exception.block does not exist since base-4.7.0.0. Therefore haddock fails with
Control.Exception.block
base-4.7.0.0
dist/build/tmp-29267/Control/Concurrent/Event.hs:72:34: Module ‘Control.Exception’ does not export ‘block’
Fixed by #11.
There is a conditional import statement that is only in effect when using haddock:
https://github.com/basvandijk/concurrent-extra/blob/master/Control/Concurrent/Event.hs#L72
(I guess this is needed for these links to work: https://github.com/basvandijk/concurrent-extra/blob/master/Control/Concurrent/Event.hs#L171)
Control.Exception.block
does not exist sincebase-4.7.0.0
. Therefore haddock fails with