packages feed

lens-witherable 0.2.0.1 → 0.2.0.2

raw patch · 4 files changed

+8/−4 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for lens-witherable +## 0.2.0.2 -- 2024-03-10++* Fix copyright dates+ ## 0.2.0.1 -- 2024-03-10  * Arrange documentation slightly better.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2021-2022 Carl Howells+Copyright (c) 2021-2024 Carl Howells  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
lens-witherable.cabal view
@@ -1,8 +1,8 @@ cabal-version:        2.4 name:                 lens-witherable-version:              0.2.0.1+version:              0.2.0.2 synopsis:             lens-compatible tools for working with witherable-copyright:            Copyright (C) 2021-2022 Carl Howells+copyright:            Copyright (C) 2021-2024 Carl Howells license:              MIT license-file:         LICENSE author:               Carl Howells
src/Witherable/Lens.hs view
@@ -1,7 +1,7 @@ {-| Module      : Witherable.Lens Description : Tools for using the Witherable interface with lens-Copyright   : (c) Carl Howells, 2021-2022+Copyright   : (c) Carl Howells, 2021-2024 License     : MIT Maintainer  : chowells79@gmail.com