hssqlppp-th 0.6.0 → 0.6.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~hssqlpppdep ~sybPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hssqlppp, syb
API changes (from Hackage documentation)
Files
- hssqlppp-th.cabal +5/−5
hssqlppp-th.cabal view
@@ -1,5 +1,5 @@ Name: hssqlppp-th-Version: 0.6.0+Version: 0.6.1 Synopsis: hssqlppp extras which need template-haskell License: BSD3 License-file: LICENSE@@ -30,8 +30,8 @@ Library Build-Depends: base >= 4 && < 5, template-haskell,- hssqlppp == 0.6.0,- syb >= 0.1.0.2 && < 0.7,+ hssqlppp == 0.6.1,+ syb >= 0.1.0.2 && < 0.8, text >= 0.11.1.13 && < 1.3 hs-source-dirs: src@@ -44,13 +44,13 @@ main-is: TestsTh.lhs hs-source-dirs: src,tests Build-Depends: base >= 4 && < 5,- syb >= 0.1.0.2 && < 0.7,+ syb >= 0.1.0.2 && < 0.8, template-haskell, tasty >= 0.10 && < 0.12, tasty-hunit >= 0.9 && < 0.10, text >= 0.11.1.13 && < 1.3,- hssqlppp == 0.6.0+ hssqlppp == 0.6.1 Other-Modules: Database.HsSqlPpp.Tests.QuasiQuoteTests Database.HsSqlPpp.Quote