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

View File

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