summaryrefslogtreecommitdiff
path: root/doc/todo/Add_MonadBaseControl_instance_to_Propellor.mdwn
blob: f52b6478c0b49a9fa91ad5b9de50add3674f627b (plain)
1
2
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.