packages feed

th-extras 0.0.0.7 → 0.0.0.8

raw patch · 2 files changed

+22/−8 lines, 2 filesdep ~containersdep ~sybdep ~template-haskell

Dependency ranges changed: containers, syb, template-haskell

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for th-extras +## 0.0.0.8 - 2024-04-14++* Allow th-abstraction-0.7+* New package maintainer+ ## 0.0.0.7 - 2023-12-15  * Support GHC 9.6 and 9.8
th-extras.cabal view
@@ -1,14 +1,14 @@ name:                   th-extras-version:                0.0.0.7+version:                0.0.0.8 stability:              experimental  cabal-version:          >= 1.10 build-type:             Simple  author:                 James Cook <mokus@deepbondi.net>-maintainer:             James Cook <mokus@deepbondi.net>+maintainer:             Erik de Castro Lopo <erikd@mega-nerd.com> license:                PublicDomain-homepage:               https://github.com/mokus0/th-extras+homepage:               https://github.com/erikd/th-extras  category:               Template Haskell synopsis:               A grab bag of functions for use with Template Haskell@@ -18,16 +18,25 @@                         the ever-changing interface of the template haskell system by                         providing high-level operations and making sure they work on as many                         versions of Template Haskell as I can.--tested-with:            GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4,-                        GHC == 8.10.2, GHC == 9.0.1, GHC == 9.6.3, GHC == 9.8.1+tested-with:+                        GHC == 9.8.2+                        GHC == 9.6.4+                        GHC == 9.4.8+                        GHC == 9.2.8+                        GHC == 9.0.2+                        GHC == 8.10.7+                        GHC == 8.8.4+                        GHC == 8.6.5+                        GHC == 8.4.4+                        GHC == 8.2.2+                        GHC == 8.0.2  extra-source-files:     ReadMe.md                       , ChangeLog.md  source-repository head   type:                 git-  location:             https://github.com/mokus0/th-extras.git+  location:             https://github.com/erikd/th-extras.git  Library   hs-source-dirs:       src@@ -35,6 +44,6 @@   build-depends:        base >= 4.9 && < 5                       , containers                       , template-haskell < 2.23-                      , th-abstraction >= 0.4 && < 0.7+                      , th-abstraction >= 0.4 && < 0.8                       , syb   default-language:     Haskell2010