Gzip support

This commit is contained in:
mtgmonkey 2025-04-25 13:10:04 -04:00
parent 87361faa32
commit deef7c5839
3 changed files with 18 additions and 9 deletions

View file

@ -33,6 +33,7 @@ library
, http-types >=0.12.4 && <0.13
, scotty ==0.22.*
, text >=2.1.1 && <2.2
, wai-extra >=3.1.16 && <3.2
, warp >=3.4.7 && <3.5
default-language: Haskell2010
@ -54,6 +55,7 @@ executable hs-server-exe
, http-types >=0.12.4 && <0.13
, scotty ==0.22.*
, text >=2.1.1 && <2.2
, wai-extra >=3.1.16 && <3.2
, warp >=3.4.7 && <3.5
default-language: Haskell2010
@ -76,5 +78,6 @@ test-suite hs-server-test
, http-types >=0.12.4 && <0.13
, scotty ==0.22.*
, text >=2.1.1 && <2.2
, wai-extra >=3.1.16 && <3.2
, warp >=3.4.7 && <3.5
default-language: Haskell2010