Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-ansi-terminal-devel | Distribution: SUSE Linux Enterprise 15 |
Version: 1.0.2 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.3.3.1 | Build date: Mon Jan 29 16:20:29 2024 |
Group: Unspecified | Build host: s390zl31 |
Size: 2068942 | Source RPM: ghc-ansi-terminal-1.0.2-150500.3.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://hackage.haskell.org/package/ansi-terminal | |
Summary: Haskell ansi-terminal library development files |
This package provides the Haskell ansi-terminal library development files.
BSD-3-Clause
* Sat Jan 13 2024 psimons@suse.com - Update ansi-terminal to version 1.0.2. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/ansi-terminal-1.0.2/src/CHANGELOG.md * Thu Apr 28 2022 psimons@suse.com - Update ansi-terminal to version 0.11.3. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/ansi-terminal-0.11.3/src/CHANGELOG.md * Tue Nov 23 2021 psimons@suse.com - Update ansi-terminal to version 0.11.1. Version 0.11.1 - ------------- * On Windows, fix compatability with the Windows I/O Manager (WinIO) introduced in GHC 9.0.1, by incorporating changes made in package `Win32-2.13.2.0` in that regard. * Improvements to Haddock documentation. * Thu Dec 17 2020 mimi.vx@gmail.com - disable %{ix86} build * Tue Aug 18 2020 psimons@suse.com - Replace %setup -q with the more modern %autosetup macro. * Tue Aug 11 2020 psimons@suse.com - Update ansi-terminal to version 0.11. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/ansi-terminal-0.11/src/CHANGELOG.md * Tue Jun 16 2020 psimons@suse.com - Re-generate file with latest version of spec-cleaner. * Thu Feb 27 2020 psimons@suse.com - Update ansi-terminal to version 0.10.3. Version 0.10.3 - ------------- * Add `getCursorPosition` as a synonym of `getCursorPosition0` and deprecate the latter. * Thu Nov 21 2019 psimons@suse.com - Update ansi-terminal to version 0.10.2. Version 0.10.2 - ------------- * `hGetTerminalSize` now assumes a terminal is no bigger than 9,999 by 9,999 (previously, no bigger than 999 by 999). * On Windows, fix a bug where emulated cursor movement functions differed from Windows 10 (movement bounded by the current viewport). * Fri Nov 08 2019 psimons@suse.com - Drop obsolete group attributes. * Sun Oct 06 2019 psimons@suse.com - Update ansi-terminal to version 0.10.1. Version 0.10.1 - ------------- * Add `hGetCursorPosition` and `hGetTerminalSize`. * On Unix-like operating systems, fix a bug where `getReportedCursorPosition` could block indefinitely if no information was forthcoming on the console input stream. * Improvements to Haddock documentation. * Fri Sep 06 2019 psimons@suse.com - Update ansi-terminal to version 0.10. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/ansi-terminal-0.10/src/CHANGELOG.md * Mon May 13 2019 psimons@suse.com - Update ansi-terminal to version 0.9.1. Version 0.9.1 - ------------ * Flag modules with GHC's 'Safe Haskell' language extensions (from GHC 7.2.1). * Improvements and corrections to Haddock documentation. * Sun Jan 27 2019 psimons@suse.com - Update ansi-terminal to version 0.9. Version 0.9 - ---------- * Add support for 256-color palettes with new `SetPaletteColor` constructor of `SGR` type, and `xterm6LevelRGB`, `xterm24LevelGray` and `xtermSystem`. * Remove deprecated `getCursorPosition`. (Use `getCursorPosition0` instead.) * Add `hSupportsANSIColor`. * Add `getTerminalSize`. * Improvements to Haddock documentation. * Mon Oct 29 2018 psimons@suse.com - Update ansi-terminal to version 0.8.2. Version 0.8.2 - ------------ * Add `getCursorPosition0` and deprecate `getCursorPosition`. Any position provided by the latter is 1-based. Any position provided by the former is 0-based, consistent with `setCursorColumn` and `setCursorPosition`. * Improvements to Haddock documentation in respect of 0-based and 1-based cursor positions. * Thu Oct 04 2018 psimons@suse.com - Update ansi-terminal to version 0.8.1. * Add `hSupportsANSIWithoutEmulation`. On Windows 10, if the handle is identifed as connected to a native terminal ('Command Prompt' or 'PowerShell'), the processing of 'ANSI' control characters will be enabled. * Wed Jul 18 2018 psimons@suse.com - Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. * Mon May 14 2018 psimons@suse.com - Update ansi-terminal to version 0.8.0.4. * On Windows, `hSupportsANSI` now recognises if the handle is connected to a 'mintty' terminal. * On Windows, try to enable ANSI on ConHost terminals even if a TERM environment variable exits (such as with the Hyper 2 terminal) * Minor improvements to Haddock documentation * Improve README and Haddock documentation * On Windows, fix compatability with earlier GHC versions * Drop support for GHC versions before 6.12.1 (released December 2009) * On Windows, if the standard output channel is valid but not a ConHost terminal, assume it is ANSI-enabled rather than failing * On Windows, output the improved error message to the standard error channel rather than the standard output channel * Make the fields of `SGR` strict * Make compatible with GHC 8.2.2 * Improve the error message on Windows when not ANSI-capable or ConHost * Recognise Appveyor build environment as ANSI-enabled `getReportedCursorPosition`: don't let the cursor reporting code be echo'd * Allow saving, restoring, and querying the current cursor position * Fix a couple of issues with the Reset emulation on Windows * Add 24-bit RGB color support * Thu Aug 03 2017 psimons@suse.com - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. * Thu Jun 08 2017 psimons@suse.com - Update to version 0.6.3.1. * Wed May 31 2017 psimons@suse.com - Update to version 0.6.3. * Sun Jul 10 2016 psimons@suse.com - Update to version 0.6.2.3 revision 0 with cabal2obs. * Sun Sep 13 2015 mimi.vx@gmail.com - update to 0.6.2.3 * Add an example to the haddocks * Sun Aug 23 2015 mimi.vx@gmail.com - update to 0.6.2.2 * Fix a GHC 7.10 warning * Thu May 14 2015 mimi.vx@gmail.com - regenerated spec with cabal-rpm * Sat Nov 22 2014 mimi.vx@gmail.com - add group to devele section * Sun Nov 16 2014 mimi.vx@gmail.com - initial commit
/usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI.dyn_hi /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI.hi /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI.p_hi /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI/Codes.dyn_hi /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI/Codes.hi /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI/Codes.p_hi /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI/Internal.dyn_hi /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI/Internal.hi /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/System/Console/ANSI/Internal.p_hi /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/libHSansi-terminal-1.0.2-Fd7PnOdHCx723wDIbbSSvV.a /usr/lib64/ghc-8.10.7/ansi-terminal-1.0.2/libHSansi-terminal-1.0.2-Fd7PnOdHCx723wDIbbSSvV_p.a /usr/lib64/ghc-8.10.7/package.conf.d/ansi-terminal-1.0.2.conf /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2 /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/System-Console-ANSI-Codes.html /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/System-Console-ANSI.html /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/ansi-terminal.haddock /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/ansi-terminal.txt /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/doc-index.html /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/haddock-bundle.min.js /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/index.html /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/linuwial.css /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/meta.json /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/quick-jump.css /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/src /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/src/System.Console.ANSI.Codes.html /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/src/System.Console.ANSI.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/src/System.Console.ANSI.html /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/src/highlight.js /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/src/style.css /usr/share/doc/ghc-8.10.7/html/libraries/ansi-terminal-1.0.2/synopsis.png /usr/share/doc/packages/ghc-ansi-terminal-devel /usr/share/doc/packages/ghc-ansi-terminal-devel/CHANGELOG.md /usr/share/doc/packages/ghc-ansi-terminal-devel/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:22:04 2024