mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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
|
||||
];
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user