Updated the Idris compiler.

svn path=/nixpkgs/trunk/; revision=23991
This commit is contained in:
Andres Löh
2010-09-29 19:24:29 +00:00
parent 7eb92a7821
commit 9d5f981913
5 changed files with 29 additions and 606 deletions

View File

@@ -1,12 +1,14 @@
{cabal, mtl, parsec}:
{cabal, mtl, parsec, binary}:
cabal.mkDerivation (self : {
pname = "ivor";
version = "0.1.8";
sha256 = "e51ad07c78ea0cad6fce9253012258dbf7c740198792aa4a446e1f0269a9186d";
propagatedBuildInputs = [mtl parsec];
version = "0.1.12";
sha256 = "77f17df646afbe5199d4ab0291515013ad1bda471b2690512f752b752a2905f5";
propagatedBuildInputs = [mtl parsec binary];
meta = {
description = "Theorem proving library based on dependent type theory";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})
})