This diff is between code formatted by v0.12.0.0 and v0.12.1.0:
-- | Construction of an action from some JSON-encodable
someBatchUpdateAction
- :: forall a . (Typeable a, ToJSON a) => a -> SomeBatchUpdateAction
+ :: forall a . (Typeable a, ToJSON a) => a -> SomeBatchUpdateAction
someBatchUpdateAction a =
SomeBatchUpdateAction $ object ["tag" .= show (typeOf a), "contents" .= a]
I believe v0.12.0.0 is correct and there's a bug adding the extra space in v0.12.1.0.
This diff is between code formatted by v0.12.0.0 and v0.12.1.0:
I believe v0.12.0.0 is correct and there's a bug adding the extra space in v0.12.1.0.