haskell-packages.nix: update 'cgi' to version 3001.1.8.4 when building with GHC 7.7 or later
Not that it helps much ... the package depends on MonadCatchIO-mtl, which is broken in the latest version of GHC.
This commit is contained in:
parent
d0d8f88d9b
commit
f1633d5af9
@ -145,7 +145,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||||||
async = self.async_2_0_1_4;
|
async = self.async_2_0_1_4;
|
||||||
attoparsec = self.attoparsec_0_10_4_0;
|
attoparsec = self.attoparsec_0_10_4_0;
|
||||||
caseInsensitive = self.caseInsensitive_1_1_0_1;
|
caseInsensitive = self.caseInsensitive_1_1_0_1;
|
||||||
cgi = self.cgi_3001_1_7_5;
|
cgi = self.cgi_3001_1_8_4;
|
||||||
fgl = self.fgl_5_4_2_4;
|
fgl = self.fgl_5_4_2_4;
|
||||||
GLUT = self.GLUT_2_5_0_2;
|
GLUT = self.GLUT_2_5_0_2;
|
||||||
GLURaw = self.GLURaw_1_4_0_0;
|
GLURaw = self.GLURaw_1_4_0_0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user