decompression works
I also added a cli interface
This commit is contained in:
parent
5bb8afb672
commit
43afd380c4
3 changed files with 69 additions and 27 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue