From 59aa80b05bbcd532872f12632f0010032b7f1460 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Jul 2021 23:44:04 +0800 Subject: [PATCH] refresh revision --- config-ini-0.2.4.0.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-ini-0.2.4.0.cabal b/config-ini-0.2.4.0.cabal index b8d7c3a..e3f9da0 100644 --- a/config-ini-0.2.4.0.cabal +++ b/config-ini-0.2.4.0.cabal @@ -1,6 +1,6 @@ name: config-ini version: 0.2.4.0 -x-revision: 1 +x-revision: 2 synopsis: A library for simple INI-based configuration files. homepage: https://github.com/aisamanra/config-ini bug-reports: https://github.com/aisamanra/config-ini/issues @@ -50,7 +50,7 @@ library , text >=1.2.2 && <1.3 , unordered-containers >=0.2.7 && <0.3 , transformers >=0.4.1 && <0.6 - , megaparsec >=7 && <9 + , megaparsec >=7 && <10 default-language: Haskell2010 test-suite test-ini-compat