haskell-digestive-functors-snap: jailbreak to fix build with latest version of 'text'

This commit is contained in:
Peter Simons 2014-11-01 16:47:12 +01:00
parent 6060a7483a
commit b78b8a586d

View File

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "0.6.1.0";
sha256 = "07xb8jr70j03kggk55p3zzp07y7amzm7f8hdzry4vff7yx41rxhr";
buildDepends = [ digestiveFunctors filepath mtl snapCore text ];
jailbreak = true;
meta = {
homepage = "http://github.com/jaspervdj/digestive-functors";
description = "Snap backend for the digestive-functors library";