packages feed

clickhouse-haskell 0.1.2.0 → 0.1.2.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -201,7 +201,7 @@ main :: IO () main = do     env <- defaultClient --localhost 9000-    res <- query "SHOW TABLES" env+    res <- query env "SHOW TABLES"      print res ``` stdout:
clickhouse-haskell.cabal view
@@ -1,8 +1,8 @@ cabal-version:  1.12 name:           clickhouse-haskell-version:        0.1.2.0+version:        0.1.2.1 synopsis:       A Haskell library as database client for Clickhouse-homepage:       https://github.com/MaboroshiChan/clickhouse-haskell/blob/master/README.md+homepage:       https://github.com/2049foundation/clickhouse-haskell/ bug-reports:    https://github.com/2049foundation/clickhouse-haskell/issues author:         Shi You maintainer:     youshi@emqx.io@@ -25,7 +25,7 @@  source-repository head   type: git-  location: https://github.com/MaboroshiChan/clickhouse-haskell+  location: https://github.com/2049foundation/clickhouse-haskell  library   exposed-modules: