haskell-idris: update to version 0.9.14.3

This commit is contained in:
Peter Simons 2014-09-03 08:33:12 +02:00
parent 381ce7ef94
commit 0a6ad14395
2 changed files with 3 additions and 2 deletions

View file

@ -11,8 +11,8 @@
cabal.mkDerivation (self: {
pname = "idris";
version = "0.9.14.2";
sha256 = "0j64kx357l16z9y9j20i7mvxgqff94bfssbhh1shb13c0pk5lmi6";
version = "0.9.14.3";
sha256 = "03zppfqjamy4mdwcfx3x1wzxav67ha1zgnynrxhvdqw3zcsrwnlr";
isLibrary = true;
isExecutable = true;
buildDepends = [

View file

@ -2994,6 +2994,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
idris_plain = callPackage ../development/compilers/idris {
llvmGeneral = self.llvmGeneral_3_3_8_2;
llvmGeneralPure = self.llvmGeneralPure_3_3_8_2;
optparseApplicative = self.optparseApplicative_0_10_0;
};
idris = callPackage ../development/compilers/idris/wrapper.nix {};