packages feed

autoexporter 2.0.0.15 → 2.0.0.17

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~Cabal-syntaxdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Cabal-syntax, base

API changes (from Hackage documentation)

Files

LICENSE.txt view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Taylor Fausak+Copyright (c) 2026 Taylor Fausak  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
autoexporter.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: autoexporter-version: 2.0.0.15+version: 2.0.0.17 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. build-type: Simple@@ -22,7 +22,7 @@   manual: True  common library-  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0+  build-depends: base ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0   default-language: Haskell2010   ghc-options:     -Weverything@@ -49,7 +49,7 @@ library   import: library   build-depends:-    Cabal-syntax ^>=3.10.1.0 || ^>=3.12.0.0 || ^>=3.14.0.0,+    Cabal-syntax ^>=3.12.0.0 || ^>=3.14.0.0 || ^>=3.16.0.0,     directory ^>=1.3.8.1,     filepath ^>=1.4.100.1 || ^>=1.5.2.0,