scotty: jailbreak

Needed when overriding aeson to the new version, which in turn is needed
if using scotty on a project that also uses lens 4.0.
This commit is contained in:
Shea Levy 2014-02-25 11:14:07 -05:00
parent 9ef06bd387
commit c11f32acdf

View File

@ -17,4 +17,5 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
jailbreak = true;
})