hpqtypes-extras 1.12.0.0 → 1.12.0.1
raw patch · 4 files changed
+18/−4 lines, 4 filesdep ~base16-bytestringdep ~log-basesetup-changednew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base16-bytestring, log-base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- Setup.hs +6/−1
- hpqtypes-extras.cabal +2/−2
- test/Main.hs +1/−1
CHANGELOG.md view
@@ -1,3 +1,12 @@+# hpqtypes-extras-1.12.0.1aou+aoeu+ao+eua+oe+uao+eu (2021-10-11)+* Add support for log-base-0.11.0.0+ # hpqtypes-extras-1.12.0.0 (2021-10-??) * Use plain exceptions instead of DBExtraException
Setup.hs view
@@ -1,2 +1,7 @@-import Distribution.Simple+aoeu+aoe+uao+eua+oeu+aoeuimport Distribution.Simple main = defaultMain
hpqtypes-extras.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: hpqtypes-extras-version: 1.12.0.0+version: 1.12.0.1 synopsis: Extra utilities for hpqtypes library description: The following extras for hpqtypes library: .@@ -87,7 +87,7 @@ , monad-control >= 1.0.3.1 && < 1.1 , semigroups >= 0.16 && < 0.20 , text-show >= 3.7 && < 4- , log-base >= 0.7 && < 0.11+ , log-base >= 0.7 && < 0.12 , safe >= 0.3 && < 0.4 default-language: Haskell2010
test/Main.hs view
@@ -930,7 +930,7 @@ testCaseSteps testName $ \step' -> do let step s = liftIO $ step' s withSimpleStdOutLogger $ \logger ->- runLogT "hpqtypes-extras-test" logger $+ runLogT "hpqtypes-extras-test" logger defaultLogLevel $ runDBT connSource defaultTransactionSettings $ f step