hasbolt 0.1.3.5 → 0.1.3.6
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hasbolt.cabal +1/−1
- src/Database/Bolt/Value/Type.hs +3/−0
hasbolt.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: hasbolt-version: 0.1.3.5+version: 0.1.3.6 license: BSD3 license-file: LICENSE copyright: (c) 2018 Pavel Yakovlev
src/Database/Bolt/Value/Type.hs view
@@ -57,6 +57,9 @@ instance IsValue () where toValue = N +instance IsValue Bool where+ toValue = B+ instance IsValue Int where toValue = I