From 71188539253ff51f9ef60d9d17f151c20d022a68 Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Tue, 16 Feb 2021 09:55:33 -0500 Subject: [PATCH 1/2] Update to use cabal 2.4 Signed-off-by: Wolfgang E. Sanyer --- hoogle.cabal | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hoogle.cabal b/hoogle.cabal index 9579668d..2033f2f6 100644 --- a/hoogle.cabal +++ b/hoogle.cabal @@ -1,8 +1,8 @@ -cabal-version: >= 1.18 +cabal-version: 2.4 build-type: Simple name: hoogle version: 5.0.18.1 -license: BSD3 +license: BSD-3-Clause license-file: LICENSE category: Development author: Neil Mitchell @@ -97,6 +97,9 @@ library exposed-modules: Hoogle + autogen-modules: + Paths_hoogle + other-modules: Paths_hoogle Action.CmdLine From 95938ecd441fbab0139072f4f41b408acbbd294a Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Tue, 16 Feb 2021 09:55:55 -0500 Subject: [PATCH 2/2] Add data-files needed to run tests Signed-off-by: Wolfgang E. Sanyer --- hoogle.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/hoogle.cabal b/hoogle.cabal index 2033f2f6..dc97e127 100644 --- a/hoogle.cabal +++ b/hoogle.cabal @@ -23,6 +23,7 @@ extra-source-files: cbits/*.h cbits/*.c data-files: + misc/sample-data/**/*.txt misc/settings.txt html/*.js html/*.png