Gabriella439 / Haskell-Pipes-Safe-Library

Safety for the pipes ecosystem
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

pipes-safe build failure with ghc 8.4 (transformers-0.5.5.0) #33

Closed DanBurton closed 6 years ago

DanBurton commented 6 years ago
Building library for pipes-safe-2.2.8..
[1 of 2] Compiling Pipes.Safe       ( src/Pipes/Safe.hs, .stack-work/dist/x86_64-osx/Cabal-2.2.0.0/build/Pipes/Safe.o )

/Users/dan/scratch/pipes-safe-2.2.8/src/Pipes/Safe.hs:97:7: error:
    Module ‘Control.Monad.Catch’ does not export ‘ExitCase(..)’
   |
97 |     , ExitCase(..)
   |       ^^^^^^^^^^^^
Gabriella439 commented 6 years ago

Whoops! Thanks for catching that. I need to guard that additional imported value with CPP

Gabriella439 commented 6 years ago

Fix uploaded to Hackage as pipes-safe-2.2.9