packages feed

autoexporter 1.1.15 → 1.1.16

raw patch · 4 files changed

+12/−12 lines, 4 filesdep ~Cabaldep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Cabal, base

API changes (from Hackage documentation)

Files

LICENSE.markdown view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Taylor Fausak+Copyright (c) 2020 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,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.0.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 4fa32db9ef6ee238c2d30fcffa7e48b8dcea993f0fb5d7959896c35631d81538+-- hash: 984d7105fe5e1e9e1d0a652367e133918b821d074ea7d914f171334af3c402b4  name:           autoexporter-version:        1.1.15+version:        1.1.16 synopsis:       Automatically re-export modules. description:    Autoexporter automatically re-exports modules. category:       Utility@@ -36,8 +36,8 @@       library   ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe   build-depends:-      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.1-    , base >=4.9.0 && <4.14+      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.3+    , base >=4.9.0 && <4.15     , directory >=1.2.6 && <1.4     , filepath >=1.4.1 && <1.5   default-language: Haskell2010@@ -50,9 +50,9 @@       executables   ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe   build-depends:-      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.1+      Cabal >=1.24.0 && <1.25 || >=2.0.1 && <2.5 || >=3.0.0 && <3.3     , autoexporter-    , base >=4.9.0 && <4.14+    , base >=4.9.0 && <4.15     , directory >=1.2.6 && <1.4     , filepath >=1.4.1 && <1.5   default-language: Haskell2010
package.yaml view
@@ -1,5 +1,5 @@ name: autoexporter-version: 1.1.15+version: 1.1.16  category: Utility description: Autoexporter automatically re-exports modules.@@ -15,8 +15,8 @@ synopsis: Automatically re-export modules.  dependencies:-  base: '>= 4.9.0 && < 4.14'-  Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.5 || >= 3.0.0 && < 3.1'+  base: '>= 4.9.0 && < 4.15'+  Cabal: '>= 1.24.0 && < 1.25 || >= 2.0.1 && < 2.5 || >= 3.0.0 && < 3.3'   directory: '>= 1.2.6 && < 1.4'   filepath: '>= 1.4.1 && < 1.5' ghc-options:
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-13.0+resolver: lts-15.4