From ecadd9883b4beda022b300ea6af923d2e720c840 Mon Sep 17 00:00:00 2001 From: Emily Pillmore Date: Mon, 6 Jan 2020 00:24:40 -0500 Subject: [PATCH] updates to readme + add performance.md to cabal --- README.md | 2 ++ base64.cabal | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index c7e55db..4807eda 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Padded and unpadded base64 and base64url encodings for `Text` and `ByteString` values, along with their optics. +For the companion `Prism`s and pattern synonyms, see [base64-lens](https://hackage.haskell.org/package/base64-lens). + ### Summary diff --git a/base64.cabal b/base64.cabal index b5b46e5..96076b0 100644 --- a/base64.cabal +++ b/base64.cabal @@ -17,6 +17,7 @@ build-type: Simple extra-source-files: CHANGELOG.md README.md + benchmarks/PERFORMANCE.md tested-with: GHC ==8.8.1 || ==8.6.5 || ==8.6.3 || ==8.4.4 || ==8.4.3 || ==8.2.2