constraints-extras 0.2.3.4 → 0.2.3.5
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~basedep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- constraints-extras.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for constraints-extras +## 0.2.3.5 - 2019-05-04++* Bumped version bounds on base and template-haskell to admit the versions from GHC 8.6.x+ ## 0.2.3.4 - 2019-03-22 * Added ChangeLog.md
constraints-extras.cabal view
@@ -1,5 +1,5 @@ name: constraints-extras-version: 0.2.3.4+version: 0.2.3.5 synopsis: Utility package for constraints description: Convenience functions and TH for working with constraints. See <https://github.com/obsidiansystems/constraints-extras/blob/develop/README.md README.md> for example usage. category: Constraints@@ -25,16 +25,16 @@ , TypeOperators , ConstraintKinds , TemplateHaskell- build-depends: base >=4.9 && <4.12+ build-depends: base >=4.9 && <4.13 , constraints >= 0.9 && < 0.11- , template-haskell >=2.11 && <2.14+ , template-haskell >=2.11 && <2.15 hs-source-dirs: src default-language: Haskell2010 executable readme if impl(ghcjs) buildable: False- build-depends: base >=4.9 && <4.12+ build-depends: base >=4.9 && <4.13 , aeson , constraints >= 0.9 && < 0.11 , constraints-extras