From 4870393484ecc3eb01e12c745d23ee271e480b17 Mon Sep 17 00:00:00 2001 From: Joris Dral Date: Sat, 17 Feb 2024 17:26:36 +0100 Subject: [PATCH] Include README in distributed code --- quickcheck-lockstep.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/quickcheck-lockstep.cabal b/quickcheck-lockstep.cabal index 19d0b1c..6ad83b3 100644 --- a/quickcheck-lockstep.cabal +++ b/quickcheck-lockstep.cabal @@ -5,6 +5,7 @@ license: BSD-3-Clause license-file: LICENSE author: Edsko de Vries maintainer: edsko@well-typed.com, joris@well-typed.com +extra-doc-files: README.md extra-source-files: CHANGELOG.md category: Testing synopsis: Library for lockstep-style testing with 'quickcheck-dynamic'