cgi v3001.3.1.0 Release Notes

  • ๐Ÿ”„ Changed

    • Our error handling functions throwCGI, catchCGI, tryCGI, and handleExceptionCGI are deprecated. These functions are trivial aliases for the corresponding functions from the exceptions library's MonadCatch class. Users should directly use those functions. They are more general and have better documentation.
    • ๐Ÿ— Relax version constraints to allow building with network 2.8.x.