{ mkDerivation, base, lib, QuickCheck, split }: mkDerivation { pname = "boxes"; version = "0.1.4"; sha256 = "deadbeef"; libraryHaskellDepends = [ base split ]; testHaskellDepends = [ base QuickCheck split ]; description = "2D text pretty-printing library"; license = lib.licenses.bsd3; }