2011-03-12 18:28:15 +01:00
|
|
|
{cabal, QuickCheck, binary, haskeline, haskellSrcExts, mtl, utf8String,
|
|
|
|
syb, xhtml, zlib,
|
2009-04-21 23:05:30 +02:00
|
|
|
happy, alex}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "Agda";
|
2011-03-12 18:28:15 +01:00
|
|
|
version = "2.2.10";
|
|
|
|
sha256 = "1bh96g5c6b6jzaf3m9gm0vr64avgi86kb45p8i1vg1jbfjdbdlsw";
|
2009-04-21 23:05:30 +02:00
|
|
|
extraBuildInputs = [happy alex];
|
|
|
|
propagatedBuildInputs =
|
2011-03-12 18:28:15 +01:00
|
|
|
[QuickCheck binary haskeline haskellSrcExts mtl utf8String
|
|
|
|
syb xhtml zlib];
|
2009-04-21 23:05:30 +02:00
|
|
|
meta = {
|
|
|
|
description = "A dependently typed functional language and proof assistant";
|
2010-01-12 11:18:00 +01:00
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
2009-04-21 23:05:30 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2009-04-21 23:05:30 +02:00
|
|
|
|