forked from mirrors/nixpkgs
haskell-epic: update to version 0.9.3.2
This commit is contained in:
parent
2b9b1bcb27
commit
b2a93071f6
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "epic";
|
pname = "epic";
|
||||||
version = "0.9.3";
|
version = "0.9.3.2";
|
||||||
sha256 = "1x8y3ljha8r52pw83mjfv5i49dq0b7i1xbxg8j9hlvr2vwfa4237";
|
sha256 = "1l73absns4ci20brkdjg1r1l9p4xxx88vax736diqik7rl7zrx9h";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ Cabal mtl ];
|
buildDepends = [ Cabal mtl ];
|
||||||
|
@ -16,7 +16,5 @@ cabal.mkDerivation (self: {
|
||||||
description = "Compiler for a simple functional language";
|
description = "Compiler for a simple functional language";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue