Patch overzealous dependency restrictions in Haskell packages.

This commit is contained in:
Peter Simons
2012-08-23 17:37:40 +02:00
parent 06f1a0bec4
commit 5318c4652c
8 changed files with 25 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ cabal.mkDerivation (self: {
html monadControl mtl network parsec sendfile syb systemFilepath
text time transformers transformersBase utf8String xhtml zlib
];
patchPhase = ''
sed -i -e 's|base64-bytestring.*,|base64-bytestring,|' happstack-server.cabal
'';
meta = {
homepage = "http://happstack.com";
description = "Web related tools and services";