Gabriella439 / pipes

Compositional pipelines
BSD 3-Clause "New" or "Revised" License
487 stars 72 forks source link

compile error with GHC 7.4 #186

Closed hvr closed 7 years ago

hvr commented 7 years ago

Hi, the hackage matrix builder detected a compile error:

Configuring component lib from pipes-4.3.0
Preprocessing library pipes-4.3.0...
[1 of 6] Compiling Pipes.Internal   ( src/Pipes/Internal.hs, /tmp/matrix-worker/1480703815/dist-newstyle/build/x86_64-linux/ghc-7.4.2/pipes-4.3.0/build/Pipes/Internal.o )

src/Pipes/Internal.hs:235:34:
    Ambiguous occurrence `catch'
    It could refer to either `Prelude.catch',
                             imported from `Prelude' at src/Pipes/Internal.hs:28:8-21
                             (and originally defined in `System.IO.Error')
                          or `Control.Monad.Catch.catch',
                             imported from `Control.Monad.Catch' at src/Pipes/Internal.hs:41:45-58