Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions heist.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 2.2
name: heist
version: 1.1.1.2
x-revision: 6
synopsis: An Haskell template system supporting both HTML5 and XML.
description:
Heist is a powerful template system that supports both HTML5 and XML.
Expand Down Expand Up @@ -37,9 +38,11 @@ tested-with:
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.5
GHC == 9.8.2
GHC == 9.10.1
GHC == 9.6.7
GHC == 9.8.4
GHC == 9.10.3
GHC == 9.12.4
GHC == 9.14.1

extra-doc-files:
CHANGELOG.md
Expand Down Expand Up @@ -183,7 +186,7 @@ Library
Heist.Interpreted.Internal

build-depends:
aeson >= 0.6 && < 2.3,
aeson >= 0.6 && < 2.4,
attoparsec >= 0.10 && < 0.15,
blaze-builder >= 0.2 && < 0.5,
blaze-html >= 0.4 && < 0.10,
Expand All @@ -199,7 +202,7 @@ Library
monad-control >= 0.3 && < 1.1,
mtl >= 2.0 && < 2.4,
process >= 1.1 && < 1.7,
random >= 1.0.1.0 && < 1.3,
random >= 1.0.1.0 && < 2,
text >= 0.10 && < 2.2,
time >= 1.1 && < 2,
transformers >= 0.3 && < 0.7,
Expand Down Expand Up @@ -228,7 +231,7 @@ Test-suite testsuite

build-depends:
HUnit >= 1.2 && < 2,
QuickCheck >= 2 && < 2.16,
QuickCheck >= 2 && < 3,
lens >= 4.3 && < 5.4,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2.7 && < 0.4,
Expand Down