Data.Heap

This commit is contained in:
crumbtoo
2023-11-09 09:07:53 -07:00
parent 2e76a54585
commit e94f8a0ee7
2 changed files with 63 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ library
import: warnings
exposed-modules: Core
, TI
-- other-modules:
other-modules: Data.Heap
-- other-extensions:
build-depends: base ^>=4.18.0.0
, containers