Updated the Idris compiler.
svn path=/nixpkgs/trunk/; revision=23991
This commit is contained in:
@@ -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];
|
||||
};
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user