3
0
Fork 0
forked from mirrors/nixpkgs

haskell-epic: update to version 0.9.3.2

This commit is contained in:
Peter Simons 2014-10-12 18:01:02 +02:00
parent 2b9b1bcb27
commit b2a93071f6

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "epic";
version = "0.9.3";
sha256 = "1x8y3ljha8r52pw83mjfv5i49dq0b7i1xbxg8j9hlvr2vwfa4237";
version = "0.9.3.2";
sha256 = "1l73absns4ci20brkdjg1r1l9p4xxx88vax736diqik7rl7zrx9h";
isLibrary = true;
isExecutable = true;
buildDepends = [ Cabal mtl ];
@ -16,7 +16,5 @@ cabal.mkDerivation (self: {
description = "Compiler for a simple functional language";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})