Blob Blame History Raw
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: da906ab4d9433b9aa0f41e4f11e0799d878090ed582ff8dd719687946ddcecd5

name:           pretty-terminal
version:        0.1.0.0
x-revision: 1
synopsis:       Styling and coloring terminal output with ANSI escape sequences.
description:    Please see the README on Github at <https://github.com/loganmac/pretty-terminal#readme>
category:       Terminal
homepage:       https://github.com/loganmac/pretty-terminal#readme
bug-reports:    https://github.com/loganmac/pretty-terminal/issues
author:         Logan McPhail
maintainer:     logan.airnomad@gmail.com
copyright:      2018 Logan McPhail
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/loganmac/pretty-terminal

library
  hs-source-dirs:
      src
  ghc-options: -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -Wtabs
  build-depends:
      base >=4.9 && <5
    , text
  exposed-modules:
      System.Console.Pretty
  other-modules:
      Paths_pretty_terminal
  default-language: Haskell2010

executable example
  main-is: Main.hs
  hs-source-dirs:
      examples
  ghc-options: -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -Wtabs -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , pretty-terminal
    , text
  other-modules:
      Paths_pretty_terminal
  default-language: Haskell2010