haskell-Agda: patched to support modern versions of mtl

Committed on behalf of Karn Kallio.

svn path=/nixpkgs/trunk/; revision=34454
This commit is contained in:
Peter Simons 2012-06-11 10:40:10 +00:00
parent 892947cd93
commit 6054beaee7
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ cabal.mkDerivation (self: {
QuickCheck syb xhtml zlib QuickCheck syb xhtml zlib
]; ];
buildTools = [ alex happy ]; buildTools = [ alex happy ];
patchPhase = ''
sed -i -e 's|mtl == 2.0.\*|mtl|' Agda.cabal
'';
meta = { meta = {
homepage = "http://wiki.portal.chalmers.se/agda/"; homepage = "http://wiki.portal.chalmers.se/agda/";
description = "A dependently typed functional programming language and proof assistant"; description = "A dependently typed functional programming language and proof assistant";