haskell-cgi: mark version 3001.2.0.0 broken

It needs mtl >=2.2.1 && <2.3, and we cannot easily satisfy this requirement.

It's interesting to observe how "cgi" remains broken in current versions of GHC
for months, despite the fact that it's a Haskell Platform package. Makes one
wonder about the purpose of the Haskell Platform, no? In the end, if there is
no maintainer for a package, then it stays unmaintained, HP member or not.

+2
+2
pkgs/development/libraries/haskell/cgi/3001.2.0.0.nix
··· 12 12 description = "A library for writing CGI programs"; 13 13 license = self.stdenv.lib.licenses.bsd3; 14 14 platforms = self.ghc.meta.platforms; 15 + hydraPlatforms = self.stdenv.lib.platforms.none; 16 + broken = true; 15 17 }; 16 18 })