pkgs.writers: fix type in description for writeHaskellBin
This commit is contained in:
parent
703a085c0a
commit
1e7dc0e1b8
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue