We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7838d65 commit 53c8027Copy full SHA for 53c8027
calamity/Calamity/Internal/Utils.hs
@@ -184,7 +184,7 @@ _ .?= Nothing = Nothing
184
k .= v = Just (k Aeson..= v)
185
186
class CalamityToJSON' a where
187
- toPairs :: Aeson.KeyValue kv => a -> [Maybe kv]
+ toPairs :: Aeson.KeyValue v kv => a -> [Maybe kv]
188
#else
189
(.?=) :: (Aeson.ToJSON v, Aeson.KeyValue kv) => Aeson.Key -> Maybe v -> Maybe kv
190
k .?= Just v = Just (k Aeson..= v)
calamity/calamity.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.0
2
name: calamity
3
-version: 0.12.0.0
+version: 0.12.1.0
4
synopsis: A library for writing discord bots in haskell
5
description:
6
Please see the README on GitHub at <https://github.com/simmsb/calamity#readme>
0 commit comments