packages feed

hasql-optparse-applicative 0.6.0.1 → 0.7

raw patch · 2 files changed

+6/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

- Hasql.OptparseApplicative: connectionSettings :: (String -> String) -> Parser Settings

Files

hasql-optparse-applicative.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name:          hasql-optparse-applicative-version:       0.6.0.1+version:       0.7 synopsis:      "optparse-applicative" parsers for "hasql" category:      Hasql, Database, PostgreSQL, Options homepage:      https://github.com/sannsyn/hasql-optparse-applicative 
library/Hasql/OptparseApplicative.hs view
@@ -1,4 +1,8 @@-module Hasql.OptparseApplicative where+module Hasql.OptparseApplicative+  ( poolSettings,+    attoparsedOption,+  )+where  import qualified Attoparsec.Time.Text as C import qualified Data.Attoparsec.Text as D