cabal-version: 3.0 name: hack version: 1.0.4 license: MIT author: tv maintainer: tv@krebsco.de build-type: Simple library default-language: GHC2024 build-depends: base exposed-modules: Hack.Buffer , Hack.Buffer.Class , Hack.Buffer.Motion ghc-options: -O2 -Wall hs-source-dirs: src Executable hack main-is: Main.hs hs-source-dirs: app other-modules: Process default-language: GHC2024 Build-depends: blessings >= 3 && <4, containers, data-default, hack, lens, mono-traversable, mtl, old-locale, process, terminal-scanner, time, unix, zippers, base ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2 -fno-warn-orphans -fno-warn-unused-do-bind -rtsopts