packages feed

autoexporter 2.0.0.12 → 2.0.0.13

raw patch · 1 files changed

+3/−4 lines, 1 filesdep ~Cabal-syntaxdep ~base

Dependency ranges changed: Cabal-syntax, base

Files

autoexporter.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: autoexporter-version: 2.0.0.12+version: 2.0.0.13 synopsis: Automatically re-export modules. description: Autoexporter automatically re-exports modules. build-type: Simple@@ -19,11 +19,10 @@  flag pedantic   default: False-  description: Enables @-Werror@, which turns warnings into errors.   manual: True  common library-  build-depends: base ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0+  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0   default-language: Haskell2010   ghc-options:     -Weverything@@ -50,7 +49,7 @@ library   import: library   build-depends:-    Cabal-syntax ^>=3.10.1.0 || ^>=3.12.0.0,+    Cabal-syntax ^>=3.10.1.0 || ^>=3.12.0.0 || ^>=3.14.0.0,     directory ^>=1.3.8.1,     filepath ^>=1.4.100.1 || ^>=1.5.2.0,