th-lift-instances 0.1.10 → 0.1.11
raw patch · 2 files changed
+15/−14 lines, 2 filesdep ~QuickCheckdep ~basedep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, base, bytestring, containers, template-haskell, text, th-lift, vector
API changes (from Hackage documentation)
Files
- .gitignore +1/−0
- th-lift-instances.cabal +14/−14
.gitignore view
@@ -13,3 +13,4 @@ *# .cabal-sandbox cabal.sandbox.config+.stack-work
th-lift-instances.cabal view
@@ -1,5 +1,5 @@ name: th-lift-instances-version: 0.1.10+version: 0.1.11 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -29,13 +29,13 @@ exposed-modules: Instances.TH.Lift build-depends:- base >=4.3 && <4.10,+ base >=4.3 && <5, template-haskell,- th-lift <0.8,- containers >=0.4 && <0.6,- vector >=0.9 && <0.12,- text >=0.11 && <1.3,- bytestring >=0.9 && <0.11+ th-lift,+ containers,+ vector >= 0.4,+ text,+ bytestring default-language: Haskell2010 other-extensions: TemplateHaskell hs-source-dirs: src@@ -45,14 +45,14 @@ type: exitcode-stdio-1.0 main-is: Main.hs build-depends:- base <4.10,+ base <5, template-haskell,- containers >=0.4 && <0.6,- vector >=0.9 && <0.12,- text >=0.11 && <1.3,- bytestring >=0.9 && <0.12,- th-lift-instances -any,- QuickCheck >=2.6 && <2.10+ containers,+ vector >= 0.4,+ text,+ bytestring,+ th-lift-instances,+ QuickCheck >=2.6 default-language: Haskell2010 other-extensions: TemplateHaskell hs-source-dirs: tests