haskell-Agda: update to version 2.3.2
This commit is contained in:
parent
6ce0916044
commit
c6d37a63d6
@ -1,19 +1,20 @@
|
|||||||
{ cabal, alex, binary, filepath, happy, hashable, hashtables
|
{ cabal, alex, binary, deepseq, filepath, geniplate, happy
|
||||||
, haskeline, haskellSrcExts, mtl, QuickCheck, syb, xhtml, zlib
|
, hashable, hashtables, haskeline, haskellSrcExts, mtl, parallel
|
||||||
|
, QuickCheck, text, unorderedContainers, xhtml, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "Agda";
|
pname = "Agda";
|
||||||
version = "2.3.0.1";
|
version = "2.3.2";
|
||||||
sha256 = "0f2kc3by2z01g8bqc446hyzx9sidx6qi0p7h5bcpjf8iryk1dh2w";
|
sha256 = "1xp0qvag6wx6zjwhmb7nm13hp63vlh8h4a2rkc85rsh610m0nynl";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary filepath hashable hashtables haskeline haskellSrcExts mtl
|
binary deepseq filepath geniplate hashable hashtables haskeline
|
||||||
QuickCheck syb xhtml zlib
|
haskellSrcExts mtl parallel QuickCheck text unorderedContainers
|
||||||
|
xhtml zlib
|
||||||
];
|
];
|
||||||
buildTools = [ alex happy ];
|
buildTools = [ alex happy ];
|
||||||
jailbreak = true;
|
|
||||||
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…
x
Reference in New Issue
Block a user