Currently this library doesn't compile due to its .cabal file not specifying version bounds. The network package no longer exports the network-uri package which has been moved to network-uri. Furthermore, the mime package has switched from String to Text since version 4.0. A quick fix would to simply specify the versions in the cabal file.
Currently this library doesn't compile due to its .cabal file not specifying version bounds. The
networkpackage no longer exports thenetwork-uripackage which has been moved tonetwork-uri. Furthermore, themimepackage has switched fromStringtoTextsince version 4.0. A quick fix would to simply specify the versions in the cabal file.