From 7147de66c60aa03820565c05be6a83fa6b9ae7e8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 14 Aug 2013 11:52:02 +0200 Subject: [PATCH] haskell-Elm: update to version 0.9.0.2 --- pkgs/development/compilers/elm/elm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/elm/elm.nix b/pkgs/development/compilers/elm/elm.nix index 1c841a9369c..2c851ebbf3f 100644 --- a/pkgs/development/compilers/elm/elm.nix +++ b/pkgs/development/compilers/elm/elm.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "Elm"; - version = "0.9.0.1"; - sha256 = "0p6sqfrf11xpgj7y81hsjbvsyyyfvc4nzcg6gmfwyqkg3qc3yg6v"; + version = "0.9.0.2"; + sha256 = "0yr395wsj0spi6h9d6lm5hvdryybpf8i1qpv4gz9dk0bwlyc8iwh"; isLibrary = true; isExecutable = true; buildDepends = [