refresh revision

This commit is contained in:
Jens Petersen 2021-07-07 23:44:04 +08:00
parent 67ee43e88d
commit 59aa80b05b
1 changed files with 2 additions and 2 deletions

View File

@ -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