decompression works

I also added a cli interface
This commit is contained in:
Jack Wines 2024-04-15 19:18:24 -07:00
parent 5bb8afb672
commit 43afd380c4
No known key found for this signature in database
GPG key ID: 25B20640600571E6
3 changed files with 69 additions and 27 deletions

View file

@ -30,6 +30,7 @@ executable compress
StandaloneDeriving,
StrictData,
TemplateHaskell,
LambdaCase,
TupleSections,
TypeApplications,
TypeFamilies,
@ -46,12 +47,13 @@ executable compress
containers,
text,
uuid,
optparse-generic,
vector
default-language:
GHC2021
other-modules:
Data.PQueue
ghc-options:
-fprof-auto
-fprof-late
"-with-rtsopts=-p -hc"
-- ghc-options:
-- -fprof-auto
-- -fprof-late
-- "-with-rtsopts=-p -hc"