hasql-pipes 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+5/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hasql-pipes.cabal +2/−2
- src/Hasql/Pipes.hs +3/−1
hasql-pipes.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 2fc484dece0baf332928773545e2531ae503253a571ed39a54fea894455adb7d+-- hash: 3d5fb369434dac6d81bb5783606aba0bfc9dcaae94854bf698d0bf20bbbea801 name: hasql-pipes-version: 0.1.0.0+version: 0.1.0.1 synopsis: A pipe to stream a postgres database cursor in the hasql ecosystem description: Please see the README on GitLab at <https://gitlab.com/paolo.veronelli/hasql-pipes> category: Database, Streaming
src/Hasql/Pipes.hs view
@@ -10,6 +10,8 @@ -- -- Here is how usage looks like from a production excerpt for a table of samples --+-- @+-- -- mkDB :: ByteString -- mkDB = -- [qmb|@@ -19,7 +21,7 @@ -- value double precision not null, -- ); -- |]--- @+-- -- streamSamples -- :: RunSession -- -> Int64 -- ^ first sample time