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:
parent
892947cd93
commit
6054beaee7
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue