From 49ece0060edf1e4eff0a51575f0b1c3217f9e9cd Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 18 Jun 2021 11:52:52 +0800 Subject: [PATCH] Require cabal-version 1.8 Hopefully this suppresses the following warning: ``` Warning: simple-reflect.cabal:25:38: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. ``` --- simple-reflect.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-reflect.cabal b/simple-reflect.cabal index 8e3d04d..d10c1f5 100644 --- a/simple-reflect.cabal +++ b/simple-reflect.cabal @@ -7,7 +7,7 @@ author: Twan van Laarhoven maintainer: twanvl@gmail.com bug-reports: https://github.com/twanvl/simple-reflect/issues category: Debug -cabal-version: >= 1.6 +cabal-version: >= 1.8 build-type: Simple synopsis: Simple reflection of expressions containing variables description: