From 41240df5bdf27c0e1c73bd282691d0599234529a Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 19 Mar 2026 22:45:43 +0100 Subject: text-wcwidth: init at 1.0.0 --- pkgs/haskell/text-wcwidth.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pkgs/haskell/text-wcwidth.nix (limited to 'pkgs') diff --git a/pkgs/haskell/text-wcwidth.nix b/pkgs/haskell/text-wcwidth.nix new file mode 100644 index 0000000..e6a43d6 --- /dev/null +++ b/pkgs/haskell/text-wcwidth.nix @@ -0,0 +1,15 @@ +{ mkDerivation, base, fetchgit, lib, mono-traversable, text +, wcwidth +}: +mkDerivation { + pname = "text-wcwidth"; + version = "1.0.0"; + src = fetchgit { + url = "https://cgit.krebsco.de/text-wcwidth"; + sha256 = "1x51za2vpxgdz05arks3a98v9mz12s64rcncgg34fmir42f27li1"; + rev = "d70945bdfcf1bebf3dadb6b6c8ac7c75b4d3e9d0"; + fetchSubmodules = true; + }; + libraryHaskellDepends = [ base mono-traversable text wcwidth ]; + license = lib.licenses.mit; +} -- cgit v1.2.3