haskell-mueval: update to version 0.9.1.1

This commit is contained in:
Peter Simons 2014-01-06 12:21:12 +01:00
parent 84c9d66699
commit c836b94037

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "mueval"; pname = "mueval";
version = "0.9.1"; version = "0.9.1.1";
sha256 = "1f668z7rpdj2m239f5i54v7kd7wsvx3qvvhwyiavf28cmk32mxpq"; sha256 = "0p9qf8lb3c1y87qpl9b4n6v6bjrb9fw3yfg4p7niqdz31454d2pz";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -13,7 +13,7 @@ cabal.mkDerivation (self: {
utf8String utf8String
]; ];
meta = { meta = {
homepage = "http://code.haskell.org/mubot/"; homepage = "https://github.com/gwern/mueval";
description = "Safely evaluate pure Haskell expressions"; description = "Safely evaluate pure Haskell expressions";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;