From 40a31df497ecaf4617f34c2046a345a03f95cd86 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 1 Nov 2013 10:28:57 +0100 Subject: [PATCH] haskell-Elm: update to version 0.10.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 c9e9fb9e14b5..6fc65bf368b3 100644 --- a/pkgs/development/compilers/elm/elm.nix +++ b/pkgs/development/compilers/elm/elm.nix @@ -5,8 +5,8 @@ cabal.mkDerivation (self: { pname = "Elm"; - version = "0.10.0.1"; - sha256 = "1r7z2fw9v6ngr9w4lmj1l6sc78rmxvqkqlxv4a9yc5jm80k3ar0i"; + version = "0.10.0.2"; + sha256 = "08aqz9lf754ygdwvjf4bs5ivnjyjx9rd43vrbzp0p4d3if6w6avz"; isLibrary = true; isExecutable = true; buildDepends = [