packages feed

ghc-typelits-knownnat 0.7.4 → 0.7.5

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: template-haskell

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@ # Changelog for the [`ghc-typelits-knownnat`](http://hackage.haskell.org/package/ghc-typelits-knownnat) package +## 0.7.5 *February 10th 2021*+* Raise upper limit for TH dep to allow building on ghc-9.0.1+ ## 0.7.4 *January 1st 2021* * Add support for GHC 9.0.1-rc1 
ghc-typelits-knownnat.cabal view
@@ -1,5 +1,5 @@ name:                ghc-typelits-knownnat-version:             0.7.4+version:             0.7.5 synopsis:            Derive KnownNat constraints from other KnownNat constraints description:   A type checker plugin for GHC that can derive \"complex\" @KnownNat@@@ -91,7 +91,7 @@                        ghc-tcplugins-extra       >= 0.3.1,                        ghc-typelits-natnormalise >= 0.7.1    && <0.8,                        transformers              >= 0.5.2.0  && <0.6,-                       template-haskell          >= 2.11.0.0 && <2.17+                       template-haskell          >= 2.11.0.0 && <2.18   hs-source-dirs:      src   default-language:    Haskell2010   if flag(deverror)