zmactep / hasbolt

Haskell driver for Neo4j 3+ (BOLT protocol)
BSD 3-Clause "New" or "Revised" License
82 stars 13 forks source link

Show, Read instance to BoltCfg #23

Closed odanoburu closed 4 years ago

odanoburu commented 4 years ago

would you mind adding a Read and Show instance to BoltCfg? if not, do you know a simple way of having an user specify the configuration? (there are many options, so anything I could think of would involve lots of boilerplate or adding a dependency on a specialized library)

zmactep commented 4 years ago

Version 0.1.4.3 fixes this.