packages feed

hssqlppp-th 0.6.1 → 0.6.2

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~hssqlpppdep ~tastydep ~tasty-hunitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hssqlppp, tasty, tasty-hunit

API changes (from Hackage documentation)

Files

hssqlppp-th.cabal view
@@ -1,5 +1,5 @@ Name:                hssqlppp-th-Version:             0.6.1+Version:             0.6.2 Synopsis:            hssqlppp extras which need template-haskell License:             BSD3 License-file:        LICENSE@@ -30,7 +30,7 @@ Library   Build-Depends:     base >= 4 && < 5,                      template-haskell,-                     hssqlppp == 0.6.1,+                     hssqlppp == 0.6.2,                      syb >= 0.1.0.2 && < 0.8,                      text >= 0.11.1.13 && < 1.3 @@ -46,11 +46,11 @@     Build-Depends:     base >= 4 && < 5,                        syb >= 0.1.0.2 && < 0.8,                        template-haskell,-                       tasty >= 0.10 && < 0.12,-                       tasty-hunit >= 0.9 && < 0.10,+                       tasty >= 0.10 && < 1.3,+                       tasty-hunit >= 0.9 && < 0.11,                         text >= 0.11.1.13 && < 1.3,-                       hssqlppp == 0.6.1+                       hssqlppp == 0.6.2    Other-Modules:       Database.HsSqlPpp.Tests.QuasiQuoteTests                        Database.HsSqlPpp.Quote