Use jailbreak to get rid of overspecified version restrictions to fix

builds of Agda, accelerate-cuda, clientsession, filestore, ghc-events,
gitit, happstack, happstack, happstack, hledger-lib, hledger, mime-mail,
pandoc, snap, wai-app-static, yesod-static, and urlencoded.
This commit is contained in:
Peter Simons
2012-09-06 15:21:17 +02:00
parent 470ade254e
commit d7d1f995e6
17 changed files with 17 additions and 52 deletions

View File

@@ -7,9 +7,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ mtl network split ];
patchPhase = ''
sed -i -e 's|split.*|split|' urlencoded.cabal
'';
jailbreak = true;
meta = {
homepage = "https://github.com/pheaver/urlencoded";
description = "Generate or process x-www-urlencoded data";