postgresql-simple-opts 0.6.0.0 → 0.6.0.1
raw patch · 3 files changed
+5/−5 lines, 3 filesdep ~envyPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: envy
API changes (from Hackage documentation)
- Database.PostgreSQL.Simple.PartialOptions.Internal: instance (System.Envy.Var a, Data.Typeable.Internal.Typeable a) => System.Envy.Var (Data.Monoid.Last a)
Files
- CHANGELOG.md +3/−0
- postgresql-simple-opts.cabal +2/−2
- src/Database/PostgreSQL/Simple/PartialOptions/Internal.hs +0/−3
CHANGELOG.md view
@@ -1,2 +1,5 @@+- 0.6.0.1+ - Fix envy compliation issue. Bump envy bounds.+ - 0.6.0.0 - #4 Update to latest version of `envy` and `postgres-options`.
postgresql-simple-opts.cabal view
@@ -1,5 +1,5 @@ name: postgresql-simple-opts-version: 0.6.0.0+version: 0.6.0.1 synopsis: An optparse-applicative and envy parser for postgres options description: An optparse-applicative and envy parser for postgres options. See README.md homepage: https://github.com/jfischoff/postgresql-simple-opts#readme@@ -31,7 +31,7 @@ , uri-bytestring , generic-deriving , postgres-options >= 0.2.0.0- , envy+ , envy >= 2.1.0.0 default-language: Haskell2010 ghc-options: -Wall -fno-warn-unused-do-bind
src/Database/PostgreSQL/Simple/PartialOptions/Internal.hs view
@@ -1,7 +1,6 @@ {-| A resuable optparse-applicative parser for creating a postgresql-simple 'Connection' -}-{-# OPTIONS_GHC -fno-warn-orphans #-} {-# LANGUAGE RecordWildCards, LambdaCase, DeriveGeneric, DeriveDataTypeable #-} {-# LANGUAGE CPP, GADTs, OverloadedStrings, StandaloneDeriving, GeneralizedNewtypeDeriving #-} @@ -110,8 +109,6 @@ , "PGGSSLIB" .= gsslib , "PGSERVICE" .= service ]--deriving instance (Var a, Typeable a) => Var (Last a) instance DefConfig PartialOptions where defConfig = mempty