summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess2015-04-22 21:05:28 -0400
committerJoey Hess2015-04-22 21:05:28 -0400
commitbfff20aaee825e616d193cb375e03bf1a64ebd58 (patch)
tree2fca29e87d772ed2277f79b8d57a9e38c286c436 /doc/todo
parente30458ba5d72a87718925284fe6b6d29ee3ae1db (diff)
parent329281586ce0689dca58f84bf802c528badf7810 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'doc/todo')
-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]]