escaped-1.0.0.0: escaped.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5730e4ee8bb5cfa0d5c8c39f5c26a891cfec88419d74f15fc0e4fe7e75f69ed1
name: escaped
version: 1.0.0.0
synopsis: Produce Text with terminal escape sequences
description: See README.md
category: Text
homepage: https://github.com/pbrisbin/escaped#readme
bug-reports: https://github.com/pbrisbin/escaped/issues
author: Patrick Brisbin
maintainer: pbrisbin@gmail.com
copyright: 2018 Patrick Brisbin
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/pbrisbin/escaped
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
QuickCheck
, base >=4.7 && <5
, quickcheck-instances
, text
, unix
exposed-modules:
Data.Text.Escaped
other-modules:
Paths_escaped
default-language: Haskell2010
executable escaped-example
main-is: Main.hs
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, escaped
, text
other-modules:
Paths_escaped
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
doctest
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, doctest
other-modules:
Paths_escaped
default-language: Haskell2010
test-suite hspec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, base >=4.7 && <5
, escaped
, hspec
, quickcheck-properties
other-modules:
Data.Text.EscapedSpec
Paths_escaped
default-language: Haskell2010