From 4320dd586b60a33ecf7dffb5b26f9cb32ec919fe Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 30 Oct 2023 03:14:26 +0000 Subject: automatic import of ghc-ansi-terminal-types --- ansi-terminal-types.cabal | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 ansi-terminal-types.cabal (limited to 'ansi-terminal-types.cabal') diff --git a/ansi-terminal-types.cabal b/ansi-terminal-types.cabal new file mode 100755 index 0000000..5f9342f --- /dev/null +++ b/ansi-terminal-types.cabal @@ -0,0 +1,34 @@ +Name: ansi-terminal-types +Version: 0.11.5 +x-revision: 1 +Cabal-Version: >= 1.10 +Category: User Interfaces +Synopsis: Types and functions used to represent SGR aspects +Description: The \'ANSI\' standards refer to the visual style of + displaying characters as their \'graphic rendition\'. The + \'ANSI\' codes to establish the graphic rendition for + subsequent text are referred to as SELECT GRAPHIC RENDITION + (SGR). This package exposes modules that export types and + functions used to represent SGR aspects. +License: BSD3 +License-File: LICENSE +Author: Max Bolingbroke +Maintainer: Mike Pilgrem , Roman Cheplyaka +Homepage: https://github.com/UnkindPartition/ansi-terminal +Build-Type: Simple + +Extra-Source-Files: CHANGELOG.md + README.md + +Source-repository head + type: git + location: git://github.com/UnkindPartition/ansi-terminal.git + +Library + Hs-Source-Dirs: src + Exposed-Modules: System.Console.ANSI.Types + Build-Depends: base >= 4.8.0.0 && < 5 + , colour >=2.1.0 + Default-Extensions: CPP + Ghc-Options: -Wall + Default-Language: Haskell2010 -- cgit v1.2.3