haskell-idris: update to version 0.9.14.3
This commit is contained in:
parent
381ce7ef94
commit
0a6ad14395
2 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "idris";
|
pname = "idris";
|
||||||
version = "0.9.14.2";
|
version = "0.9.14.3";
|
||||||
sha256 = "0j64kx357l16z9y9j20i7mvxgqff94bfssbhh1shb13c0pk5lmi6";
|
sha256 = "03zppfqjamy4mdwcfx3x1wzxav67ha1zgnynrxhvdqw3zcsrwnlr";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
|
|
@ -2994,6 +2994,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||||
idris_plain = callPackage ../development/compilers/idris {
|
idris_plain = callPackage ../development/compilers/idris {
|
||||||
llvmGeneral = self.llvmGeneral_3_3_8_2;
|
llvmGeneral = self.llvmGeneral_3_3_8_2;
|
||||||
llvmGeneralPure = self.llvmGeneralPure_3_3_8_2;
|
llvmGeneralPure = self.llvmGeneralPure_3_3_8_2;
|
||||||
|
optparseApplicative = self.optparseApplicative_0_10_0;
|
||||||
};
|
};
|
||||||
|
|
||||||
idris = callPackage ../development/compilers/idris/wrapper.nix {};
|
idris = callPackage ../development/compilers/idris/wrapper.nix {};
|
||||||
|
|
Loading…
Reference in a new issue