From 0e6a7bb99ed0d8bf137712400c2041b7c82933fa Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Mon, 13 Jul 2020 18:05:03 -0500 Subject: [PATCH] Move man/dhall.1 to data files --- dhall/dhall.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dhall/dhall.cabal b/dhall/dhall.cabal index a42ce8b52..c6c578d09 100644 --- a/dhall/dhall.cabal +++ b/dhall/dhall.cabal @@ -22,11 +22,12 @@ Description: . Read "Dhall.Tutorial" to learn how to use this library Category: Compiler +Data-Files: + man/dhall.1 Extra-Source-Files: benchmark/deep-nested-large-record/*.dhall benchmark/examples/*.dhall benchmark/examples/normalize/*.dhall - man/dhall.1 CHANGELOG.md dhall-lang/Prelude/Bool/and dhall-lang/Prelude/Bool/build