packages feed

safe-wild-cards 1.0.0 → 1.0.0.1

raw patch · 2 files changed

+14/−6 lines, 2 filesdep ~template-haskelldep ~th-abstractionPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: template-haskell, th-abstraction

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for safe-wild-cards +## 1.0.0.1++* Dependency version bump, thanks to @amesgen (https://github.com/monadfix/safe-wild-cards/pull/1).+ ## 1.0.0  First version.
safe-wild-cards.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.10  name: safe-wild-cards-version: 1.0.0+version: 1.0.0.1 synopsis: Use RecordWildCards safely description:   @-XRecordWildCards@ is convenient, but sometimes you want to assert that@@ -9,7 +9,7 @@  license: BSD3 license-file: LICENSE-author: Artyom Kazak+author: Emily April Kazak maintainer: Monadfix <hi@monadfix.com> homepage: https://github.com/monadfix/safe-wild-cards category: Control@@ -23,8 +23,12 @@   GHC ==8.4.4   GHC ==8.6.5   GHC ==8.8.4-  GHC ==8.10.4-  GHC ==9.0.1+  GHC ==8.10.7+  GHC ==9.0.2+  GHC ==9.2.8+  GHC ==9.4.8+  GHC ==9.6.4+  GHC ==9.8.2  source-repository head   type: git@@ -35,8 +39,8 @@     SafeWildCards   build-depends:     base <5,-    template-haskell <2.18,-    th-abstraction >=0.3 && <0.5+    template-haskell <2.22,+    th-abstraction >=0.3 && <0.7   hs-source-dirs:     src   default-language: