th-lift-instances 0.1.3 → 0.1.4
raw patch · 1 files changed
+4/−2 lines, 1 filesdep ~template-haskelldep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell, text
API changes (from Hackage documentation)
Files
- th-lift-instances.cabal +4/−2
th-lift-instances.cabal view
@@ -1,5 +1,5 @@ name: th-lift-instances-version: 0.1.3+version: 0.1.4 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE@@ -36,10 +36,11 @@ , th-lift , containers >= 0.4 && < 0.6 , vector >= 0.9 && < 0.11- , text >= 0.11 && < 1.2+ , text >= 0.11 && < 1.3 , bytestring >= 0.9 && < 0.11 exposed-modules: Instances.TH.Lift+ other-extensions: TemplateHaskell test-suite tests type: exitcode-stdio-1.0@@ -57,6 +58,7 @@ , th-lift-instances , QuickCheck >= 2.6 && < 2.8 hs-source-dirs: tests+ other-extensions: TemplateHaskell test-suite doctests type: exitcode-stdio-1.0