mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
pkgs.writers: fix type in description for writeHaskellBin
This commit is contained in:
@@ -181,7 +181,7 @@ rec {
|
||||
inherit strip;
|
||||
} name;
|
||||
|
||||
# writeHaskellBin takes the same arguments as kell but outputs a directory (like writeScriptBin)
|
||||
# writeHaskellBin takes the same arguments as writeHaskell but outputs a directory (like writeScriptBin)
|
||||
writeHaskellBin = name:
|
||||
writeHaskell "/bin/${name}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user