Skip to content

Commit

Permalink
Merge pull request #4723 from mstarzyk/idris
Browse files Browse the repository at this point in the history
haskell-idris: update to version 0.9.15.1
  • Loading branch information
peti committed Oct 30, 2014
2 parents b001a5d + 6296d96 commit db7a885
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/compilers/idris/default.nix
Expand Up @@ -10,8 +10,8 @@

cabal.mkDerivation (self: {
pname = "idris";
version = "0.9.15";
sha256 = "1i7ra9yk5zcdw63fry8r2s61z6cga6arz9mnjc60jgg2ykcxv8md";
version = "0.9.15.1";
sha256 = "0r31jcqs9kgknm66v7bbcgj9md7z49sgvn0nhk1dwg8jj2rmfll8";
isLibrary = true;
isExecutable = true;
buildDepends = [
Expand All @@ -29,6 +29,5 @@ cabal.mkDerivation (self: {
description = "Functional Programming Language with Dependent Types";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
};
})

0 comments on commit db7a885

Please sign in to comment.