core-program-0.2.4.2: core-program.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 803485247c31b54276f04b6bbfa4aa2c9ef78802a0c00f9dc906ad3c3b5742a1
name: core-program
version: 0.2.4.2
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/oprdyn/unbeliever/blob/master/README.markdown README>
on GitHub.
.
See "Core.Program.Execute" to get started.
category: System
stability: experimental
homepage: https://github.com/oprdyn/unbeliever#readme
bug-reports: https://github.com/oprdyn/unbeliever/issues
author: Andrew Cowie <andrew@operationaldynamics.com>
maintainer: Andrew Cowie <andrew@operationaldynamics.com>
copyright: © 2018-2019 Operational Dynamics Consulting Pty Ltd, and Others
license: BSD3
license-file: LICENSE
tested-with: GHC == 8.6.5
build-type: Simple
source-repository head
type: git
location: https://github.com/oprdyn/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
, core-text >=0.2.2
, directory
, exceptions
, filepath
, fsnotify
, hashable >=1.2 && <1.4
, hourglass
, mtl
, prettyprinter >=1.2.1.1 && <1.7
, prettyprinter-ansi-terminal
, safe-exceptions
, stm
, template-haskell >=2.14 && <3
, terminal-size
, text
, text-short
, transformers
, unix
default-language: Haskell2010