mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-mueval: update to version 0.9.1.1
This commit is contained in:
parent
84c9d66699
commit
c836b94037
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "mueval";
|
||||
version = "0.9.1";
|
||||
sha256 = "1f668z7rpdj2m239f5i54v7kd7wsvx3qvvhwyiavf28cmk32mxpq";
|
||||
version = "0.9.1.1";
|
||||
sha256 = "0p9qf8lb3c1y87qpl9b4n6v6bjrb9fw3yfg4p7niqdz31454d2pz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -13,7 +13,7 @@ cabal.mkDerivation (self: {
|
|||
utf8String
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/mubot/";
|
||||
homepage = "https://github.com/gwern/mueval";
|
||||
description = "Safely evaluate pure Haskell expressions";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue