mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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: {
|
||||
pname = "idris";
|
||||
version = "0.9.14.2";
|
||||
sha256 = "0j64kx357l16z9y9j20i7mvxgqff94bfssbhh1shb13c0pk5lmi6";
|
||||
version = "0.9.14.3";
|
||||
sha256 = "03zppfqjamy4mdwcfx3x1wzxav67ha1zgnynrxhvdqw3zcsrwnlr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue