From ea54714e3ff655f178ab1e67f9cb192d75651f27 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 9 Apr 2026 16:00:40 +0200 Subject: hack: 1.0.3 -> 1.0.4 --- pkgs/haskell/hack.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/haskell/hack.nix b/pkgs/haskell/hack.nix index 0eb0232..b6c3ca6 100644 --- a/pkgs/haskell/hack.nix +++ b/pkgs/haskell/hack.nix @@ -1,22 +1,22 @@ { mkDerivation, base, blessings, containers, data-default, fetchgit -, lens, lib, mtl, old-locale, process, terminal-scanner, time, unix -, zippers +, lens, lib, mono-traversable, mtl, old-locale, process +, terminal-scanner, time, unix, zippers }: mkDerivation { pname = "hack"; - version = "1.0.3"; + version = "1.0.4"; src = fetchgit { url = "https://cgit.krebsco.de/hack"; - sha256 = "04vxcfm204sxn3v48ch27srgqgpiqbm9i82lrmgp1yyx84wchq32"; - rev = "a6fc1e51f1f87a7cc485a47000f23f1f054beb95"; + sha256 = "1in95j2fx12kh994ajd5wpzsf5nrk7bs1rqjjnn7gq5zal216kkq"; + rev = "4f81ea639fb7754b1169f358bdae8225e6e4e2b3"; fetchSubmodules = true; }; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base ]; executableHaskellDepends = [ - base blessings containers data-default lens mtl old-locale process - terminal-scanner time unix zippers + base blessings containers data-default lens mono-traversable mtl + old-locale process terminal-scanner time unix zippers ]; license = lib.licenses.mit; mainProgram = "hack"; -- cgit v1.2.3