diff options
| author | hellertime@94226cead4449814ec0a67df221db1ec79db01bc <hellertime@web> | 2016-11-30 05:07:27 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2016-11-30 05:07:27 +0000 |
| commit | 58d6cd2fb6aaf146caca971ce2cd3ddde950ec4a (patch) | |
| tree | 1f5a26548af64ede96437e849b2cd2734995f4b4 /doc | |
| parent | fc23b06a7e7ce53aa5681937d0a46882b5d0db78 (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn b/doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn index 1689ef3a..e044e4d9 100644 --- a/doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn +++ b/doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn @@ -1,3 +1,3 @@ -I had a specific use-case that ensures a property while using a Consul session via the consul-haskell package (https://hackage.haskell.org/package/consul-haskell-0.4/docs/Network-Consul.html#v:withSession); in order to make it type check a MonadBaseControl IO instance is needed, so I added one. Hopefully this is generally useful, so I don't need to maintain a forked version of propellor! +I had a specific use-case that ensures a property while using a Consul session via the [consul-haskell package](https://hackage.haskell.org/package/consul-haskell-0.4/docs/Network-Consul.html#v:withSession); in order to make it type check a MonadBaseControl IO instance is needed, so I added one. Hopefully this is generally useful, so I don't need to maintain a forked version of propellor! Patch is located in the `MonadBaseControl` branch of my cloned git repo `git clone git@github.com:hellertime/propellor.git` |
