unbeliever-0.7.3.0: unbeliever.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1a286309370d68d11f651b386263a174b2744b09bf4f1919f38209b05542a639
name: unbeliever
version: 0.7.3.0
synopsis: Opinionated Haskell Interoperability
description: A library to help build command-line programs, both tools and
longer-running daemons.
.
Useful starting points are "Core.Program.Execute" and "Core.Text.Rope".
category: System
stability: experimental
author: Andrew Cowie <andrew@operationaldynamics.com>
maintainer: Andrew Cowie <andrew@operationaldynamics.com>
copyright: © 2018 Operational Dynamics Consulting Pty Ltd, and Others
license: BSD3
license-file: LICENCE
tested-with: GHC == 8.4
build-type: Simple
flag development
manual: True
default: False
library
exposed-modules:
Core.Data
Core.Data.Structures
Core.Encoding
Core.Encoding.Json
Core.Program
Core.Program.Arguments
Core.Program.Execute
Core.Program.Logging
Core.Program.Metadata
Core.Program.Unlift
Core.Text
Core.Text.Bytes
Core.Text.Rope
Core.Text.Utilities
Core.System
Core.System.Base
Core.System.External
other-modules:
Core.Program.Context
Core.Program.Signal
hs-source-dirs:
lib
ghc-options: -Wall -Wwarn -fwarn-tabs
build-depends:
Cabal
, aeson
, async
, base >=4.11 && <5
, bytestring
, chronologique
, containers
, deepseq
, directory
, exceptions
, fingertree
, hashable
, hourglass
, mtl
, prettyprinter
, prettyprinter-ansi-terminal
, safe-exceptions
, scientific
, stm
, template-haskell
, terminal-size
, text
, text-short
, transformers
, unix
, unordered-containers
, vector
default-language: Haskell2010
executable experiment
main-is: SimpleExperiment.hs
hs-source-dirs:
tests
ghc-options: -Wall -Wwarn -fwarn-tabs -threaded
build-depends:
Cabal
, aeson
, async
, base >=4.11 && <5
, bytestring
, chronologique
, containers
, deepseq
, directory
, exceptions
, fingertree
, hashable
, hourglass
, mtl
, prettyprinter
, prettyprinter-ansi-terminal
, safe-exceptions
, scientific
, stm
, template-haskell
, terminal-size
, text
, text-short
, transformers
, unbeliever
, unix
, unordered-containers
, vector
if flag(development)
ghc-prof-options: -fprof-auto-top
buildable: True
else
buildable: False
default-language: Haskell2010
executable snippet
main-is: Snippet.hs
hs-source-dirs:
tests
ghc-options: -Wall -Wwarn -fwarn-tabs -threaded
build-depends:
Cabal
, aeson
, async
, base >=4.11 && <5
, bytestring
, chronologique
, containers
, deepseq
, directory
, exceptions
, fingertree
, hashable
, hourglass
, mtl
, prettyprinter
, prettyprinter-ansi-terminal
, safe-exceptions
, scientific
, stm
, template-haskell
, terminal-size
, text
, text-short
, transformers
, unbeliever
, unix
, unordered-containers
, vector
if flag(development)
ghc-prof-options: -fprof-auto-top
buildable: True
else
buildable: False
default-language: Haskell2010
test-suite check
type: exitcode-stdio-1.0
main-is: TestSuite.hs
other-modules:
CheckArgumentsParsing
CheckBytesBehaviour
CheckContainerBehaviour
CheckJsonWrapper
CheckProgramMonad
CheckRopeBehaviour
hs-source-dirs:
tests
ghc-options: -Wall -Wwarn -fwarn-tabs -threaded
build-depends:
Cabal
, aeson
, async
, base >=4.11 && <5
, bytestring
, chronologique
, containers
, deepseq
, directory
, exceptions
, fingertree
, hashable
, hourglass
, hspec
, mtl
, prettyprinter
, prettyprinter-ansi-terminal
, safe-exceptions
, scientific
, stm
, template-haskell
, terminal-size
, text
, text-short
, transformers
, unbeliever
, unix
, unordered-containers
, vector
default-language: Haskell2010
benchmark performance
type: exitcode-stdio-1.0
main-is: GeneralPerformance.hs
hs-source-dirs:
bench
ghc-options: -Wall -Wwarn -fwarn-tabs -threaded
build-depends:
Cabal
, aeson
, async
, base >=4.11 && <5
, bytestring
, chronologique
, containers
, deepseq
, directory
, exceptions
, fingertree
, gauge
, hashable
, hourglass
, mtl
, prettyprinter
, prettyprinter-ansi-terminal
, safe-exceptions
, scientific
, stm
, template-haskell
, terminal-size
, text
, text-short
, transformers
, unbeliever
, unix
, unordered-containers
, vector
default-language: Haskell2010