diff options
| author | hellertime@94226cead4449814ec0a67df221db1ec79db01bc <hellertime@web> | 2016-11-30 05:05:49 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2016-11-30 05:05:49 +0000 |
| commit | b25cb51d3c4d593af8af294c4c8f04be5a6dd5f6 (patch) | |
| tree | 0a610fbb26493e4dd12ce590c34e019c5e6978b4 /doc/todo | |
| parent | a1f47be22b7d1ee93460e21db981bf1612aee78f (diff) | |
Initial Page
Diffstat (limited to 'doc/todo')
| -rw-r--r-- | doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn b/doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn new file mode 100644 index 00000000..f52b6478 --- /dev/null +++ b/doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn @@ -0,0 +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! + +Patch is located in the `MonadBaseControl` branch of [this](git@github.com:hellertime/propellor.git) git repo. |
