nix
All checks were successful
build / build (push) Successful in 15s

This commit is contained in:
2026-04-24 11:08:47 -06:00
parent 540a5e03fe
commit e03e918bf4
4 changed files with 671 additions and 27 deletions

View File

@@ -56,11 +56,15 @@ library
|| ^>= 4.15
|| ^>= 4.17
|| ^>= 4.20
|| ^>= 4.21
|| ^>= 4.22
, text ^>= 1.2.5
|| ^>= 2.0
, text-short >= 0.1 || <=0.1.6.1
|| ^>= 2.1.4
, text-short >= 0.1 || ^>= 0.1.6.1
, bytestring ^>= 0.11.3
|| ^>= 0.12
, hashable ^>= 1.4.0
|| ^>= 1.5.0
, deepseq ^>= 1.4.4 || ^>= 1.5
, prettyprinter ^>= 1.7.1
hs-source-dirs: src
@@ -75,7 +79,7 @@ test-suite golden
, prettyprinter
, filepath ^>= 1.4.2.2
, tasty ^>= 1.4.2.3
, tasty-silver ^>= 3.3.1.1
, tasty-silver ^>= 3.3.1.1 || ^>= 3.3.2.1
other-extensions: TypeApplications
OverloadedStrings
DataKinds