cabal-version: 3.0 name: compress version: 0.1.0.0 category: Web build-type: Simple executable compress main-is: Main.hs default-extensions: DataKinds, DeriveAnyClass, DeriveGeneric, DuplicateRecordFields, ExtendedDefaultRules, FlexibleContexts, FlexibleInstances, ImpredicativeTypes, InstanceSigs, MultiParamTypeClasses, NamedFieldPuns, OverloadedLabels, OverloadedLists, OverloadedStrings, PartialTypeSignatures, RankNTypes, RecordWildCards, RecursiveDo, ScopedTypeVariables, StandaloneDeriving, StrictData, TemplateHaskell, LambdaCase, TupleSections, TypeApplications, TypeFamilies, TypeOperators, TypeSynonymInstances, UndecidableInstances, hs-source-dirs: src build-depends: base, bitvec, bytestring, cereal, containers, text, uuid, optparse-generic, vector default-language: GHC2021 other-modules: Data.PQueue -- ghc-options: -- -fprof-auto -- -fprof-late -- "-with-rtsopts=-p -hc"