core-program-0.2.9.1: core-program.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7ef8b1887a1354fbfa0d647d220186bf240e0cacd7b36d144b0682efac37a8cd
name: core-program
version: 0.2.9.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
<https://github.com/aesiniath/unbeliever/blob/master/README.markdown README>
on GitHub.
.
See "Core.Program.Execute" to get started.
category: System
stability: experimental
homepage: https://github.com/aesiniath/unbeliever#readme
bug-reports: https://github.com/aesiniath/unbeliever/issues
author: Andrew Cowie <istathar@gmail.com>
maintainer: Andrew Cowie <istathar@gmail.com>
copyright: © 2018-2021 Athae Eredh Siniath and Others
license: MIT
license-file: LICENSE
tested-with:
GHC == 8.10.6
build-type: Simple
source-repository head
type: git
location: https://github.com/aesiniath/unbeliever
library
exposed-modules:
Core.Program
Core.Program.Arguments
Core.Program.Execute
Core.Program.Logging
Core.Program.Metadata
Core.Program.Notify
Core.Program.Unlift
Core.System
Core.System.Base
Core.System.External
Core.System.Pretty
other-modules:
Core.Program.Context
Core.Program.Signal
hs-source-dirs:
lib
ghc-options: -Wall -Wwarn -fwarn-tabs
build-depends:
async
, base >=4.11 && <5
, bytestring
, chronologique
, core-data >=0.2.1.9
, core-text >=0.3.0
, 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
, unix
default-language: Haskell2010