packages feed

hasbolt 0.1.4.2 → 0.1.4.3

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hasbolt.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: hasbolt-version: 0.1.4.2+version: 0.1.4.3 license: BSD3 license-file: LICENSE copyright: (c) 2018 Pavel Yakovlev
src/Database/Bolt/Connection/Type.hs view
@@ -77,6 +77,7 @@                        , password      :: Text    -- ^Neo4j password                        , secure        :: Bool    -- ^Use TLS or not                        }+  deriving (Eq, Show, Read)  instance Default BoltCfg where   def = BoltCfg { magic         = 1616949271