cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: core-program version: 0.5.1.0 x-revision: 1 synopsis: Opinionated Haskell Interoperability description: A library to help build command-line programs, both tools and longer-running daemons. . A description of this package, a list of features, and some background to its design is contained in the on GitHub. . See "Core.Program.Execute" to get started. category: System stability: stable homepage: https://github.com/aesiniath/unbeliever#readme bug-reports: https://github.com/aesiniath/unbeliever/issues author: Andrew Cowie maintainer: Andrew Cowie copyright: © 2018-2022 Athae Eredh Siniath and Others license: MIT license-file: LICENSE build-type: Simple tested-with: GHC == 8.10.7, GHC == 9.2.2 source-repository head type: git location: https://github.com/aesiniath/unbeliever library exposed-modules: Core.Program Core.Program.Arguments Core.Program.Context Core.Program.Execute Core.Program.Exceptions Core.Program.Logging Core.Program.Metadata Core.Program.Notify Core.Program.Threads Core.Program.Unlift Core.System Core.System.Base Core.System.External Core.System.Pretty other-modules: Core.Program.Signal hs-source-dirs: lib ghc-options: -Wall -Wwarn -fwarn-tabs build-depends: async , base >=4.11 && <5 , bytestring , core-data >=0.3.4 , core-text >=0.3.8 , directory , exceptions , filepath , fsnotify , hashable >=1.2 , hourglass , mtl , prettyprinter >=1.6.2 , safe-exceptions , stm , template-haskell >=2.14 && <3 , terminal-size , text , text-short , transformers , typed-process , unix default-language: Haskell2010