haskell fix - fay

Remove explicit old aeson version and update to latest
This commit is contained in:
Emil Rangden
2014-08-18 20:06:28 +02:00
committed by Peter Simons
parent 2c0610fb6f
commit e15036dbd0
2 changed files with 4 additions and 4 deletions

View File

@@ -9,8 +9,8 @@
cabal.mkDerivation (self: {
pname = "fay";
version = "0.20.1.1";
sha256 = "0jcvq880xnkm8aqr69ihwf7by55fc1bbd8wk8152zqgkih74qzc4";
version = "0.20.1.2";
sha256 = "1ssii9wkml8jn8kcdq8h6sxrq4gap4asyglakvif2zawl3sqrdji";
isLibrary = true;
isExecutable = true;
buildDepends = [
@@ -21,7 +21,7 @@ cabal.mkDerivation (self: {
utf8String vector
];
meta = {
homepage = "http://fay-lang.org/";
homepage = "https://github.com/faylang/fay/wiki";
description = "A compiler for Fay, a Haskell subset that compiles to JavaScript";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;