summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2015-04-22 21:05:28 -0400
committerJoey Hess2015-04-22 21:05:28 -0400
commit329281586ce0689dca58f84bf802c528badf7810 (patch)
treeb22179ee73c4a86bfa76c2c6d5831e793ac38027 /doc
parent8cb797ed4a2bc86e07437135506c71c515e0c1fc (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/integrate_shell-monad.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/integrate_shell-monad.mdwn b/doc/todo/integrate_shell-monad.mdwn
index 9cdfa6ec..0fa3da03 100644
--- a/doc/todo/integrate_shell-monad.mdwn
+++ b/doc/todo/integrate_shell-monad.mdwn
@@ -4,5 +4,5 @@ userScriptProperty where a shell command has to be built that can be fed
into sudo.
The current code for this is just all strings and easy to make mistakes in.
-It would be good to integrate <http://hackage.haskell.org/shell-monad>
-as a way to generate shell code. --[[Joey]]
+It would be good to integrate <http://hackage.haskell.org/package/shell-monad>
+(or a similar library) as a way to generate shell code. --[[Joey]]