haskell-cgi: fix build with GHC 7.8.x

This commit is contained in:
Peter Simons 2015-04-24 17:51:54 +02:00
parent e610f41583
commit d300943ba8

View file

@ -129,4 +129,7 @@ self: super: {
# Needs hashable on pre 7.10.x compilers.
nats = addBuildDepend super.nats self.hashable;
# needs mtl-compat to build with mtl 2.1.x
cgi = addBuildDepend super.cgi self.mtl-compat;
}