refresh cabal revision

This commit is contained in:
Jens Petersen 2023-01-24 23:35:24 +08:00
parent 1caae925bf
commit 0a69c2cc8d
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Cabal-Version: 1.18
name: HStringTemplate
version: 0.8.8
x-revision: 2
x-revision: 4
synopsis: StringTemplate implementation in Haskell.
description: A port of the Java library by Terrence Parr.
category: Text
@ -9,7 +9,7 @@ license: BSD3
license-file: LICENSE
author: Sterling Clover
maintainer: s.clover@gmail.com
Tested-With: GHC == 8.2, GHC == 9.0.1
Tested-With: GHC == 8.2, GHC == 9.0.1, GHC == 9.4.4
Build-Type: Simple
@ -28,11 +28,11 @@ library
deepseq < 1.5,
text < 2.1,
containers < 0.7,
template-haskell >= 2.3 && < 2.19,
template-haskell >= 2.3 && < 2.20,
pretty < 1.2,
directory < 1.4,
filepath < 1.5,
mtl < 2.3,
mtl < 2.4,
old-locale < 1.1,
parsec > 3 && < 4,
semigroups >= 0.16 && < 0.21,