summaryrefslogtreecommitdiff
path: root/ansi-terminal-types.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'ansi-terminal-types.cabal')
-rwxr-xr-xansi-terminal-types.cabal34
1 files changed, 34 insertions, 0 deletions
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 <public@pilgrem.com>, Roman Cheplyaka <roma@ro-che.info>
+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