packages feed

monoidal-plugins 0.1.0.0 → 0.1.1.0

raw patch · 3 files changed

+7/−6 lines, 3 filesdep ~ghc

Dependency ranges changed: ghc

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for monoidal-plugins +## 0.1.1.0 -- 2026-05-13++* Support GHC 9.14+* Drop support for 9.6+ ## 0.1.0.0 -- YYYY-mm-dd  * First version. Released on an unsuspecting world.
monoidal-plugins.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               monoidal-plugins-version:            0.1.0.0+version:            0.1.1.0 synopsis: A monoidal interface for aggregating GHC plugins description: A monoidal interface for aggregating GHC plugins into a single plugin category: Development@@ -24,6 +24,6 @@     import:           warnings     exposed-modules:  MonoidalPlugins     build-depends:    base < 5,-                      ghc >= 9.6 && < 9.13+                      ghc >= 9.8 && < 9.15     hs-source-dirs:   src     default-language: GHC2021
src/MonoidalPlugins.hs view
@@ -10,11 +10,7 @@ import           Data.Foldable import           Data.IORef import           GHC.Driver.Plugins-#if MIN_VERSION_ghc(9,8,0) import           GHC.Tc.Errors.Hole.Plugin-#else-import           GHC.Tc.Errors.Hole.FitTypes-#endif import qualified GHC.Tc.Types as Tc  foldPlugins