Merge pull request #4537 from aycanirican/idris_update
Upgrade idris compiler to 0.9.14.3
This commit is contained in:
commit
f216f98aaa
@ -31,5 +31,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Functional Programming Language with Dependent Types";
|
description = "Functional Programming Language with Dependent Types";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
||||||
};
|
};
|
||||||
})
|
})
|
Loading…
Reference in New Issue
Block a user