From e3c351f8c01e837c5e019bfc99a5b283461b8a9a Mon Sep 17 00:00:00 2001 From: Edward Kmett Date: Wed, 23 Sep 2020 20:56:00 -0700 Subject: [PATCH] final caveat --- README.md | 2 ++ lens-core.cabal | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 2df0ff9..afe7218 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ will provide defense against confusion between `lens:core` and `lens-core` if we proceed with a cabal 3 based multiple sublibrary approach to making `lens` capable of building in smaller chuks. +For now, use `lens`. + License ------- diff --git a/lens-core.cabal b/lens-core.cabal index 5b7167a..25f3c10 100644 --- a/lens-core.cabal +++ b/lens-core.cabal @@ -12,6 +12,8 @@ description: I'm claiming this name to avoid rampant namespace confusion between @lens:core@ and @lens-core@ in the latter scenario and to allow progress on the former scenario. + . + For now, use @lens@. homepage: https://github.com/ekmett/lens-core license: BSD-2-Clause OR Apache-2.0 license-file: LICENSE.md