Gabriella439 / pipes

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

Provide a way to conditionally compile the Haskell98 subset of pipes #102

Closed Gabriella439 closed 10 years ago

Gabriella439 commented 10 years ago

If one removes the mmorph and mtl type classes from pipes the library is Haskell 98. It would be nice to have a cabal flag that one can set to conditionally compile the Haskell98 subset of the library for people who don't want to use any extensions.

Gabriella439 commented 10 years ago

Fixed by #103