2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2014-07-31 23:47:36 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.7.1.3
Changelog:
Changed in version 0.7.1.3:
* Add support for transformers-0.4.0.0.
Changed in version 0.7.1.2:
* Require ghc>=7.0.1.
* Allow building with terminfo-0.4.
|
2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110) |
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
|
2014-04-21 11:11:37 by Ryosuke Moro | Files touched by this commit (38) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2013-12-05 03:50:08 by PHO / phonohawk | Files touched by this commit (3) | |
Log message:
Upstream update to haskeline-0.7.1.1
|
2013-09-03 01:21:31 by Ryosuke Moro | Files touched by this commit (4) | |
Log message:
Update to 0.7.0.3
CHANGES:
Changed in version 0.7.0.3:
* dep bump, directory
Changed in version 0.7.0.2:
* Fix build on Windows with ghc>=7.4.1.
Changed in version 0.7.0.1:
* Fix GHC build by removing a Haskell comment on an #endif line
Changed in version 0.7.0.0:
API changes:
* Remove System.Console.Haskeline.Encoding
* Make the MonadException class more general (similar to monad-control)
* Don't make InputT an instance of MonadState/MonadReader
* #117: Implement mapInputT
Internal changes:
* Bump dependencies and general compatibility for ghc-7.6.1
* Depend on the transformers package instead of mtl
* Don't depend on the extensible-exceptions package
* Don't depend on the utf8-string package (except with ghc<7.4.1)
* Bump the minimum GHC version to 6.10.1
* Use ScopedTypeVariables instead of PatternSignatures
Internal fixes:
* Prevent crashes on Windows when writing too many characters at once
or ctrl-L on large window (GHC ticket #4415)
* Remember the user's history and kill ring state after ctrl-c
* Use ccall on Win64
* Fix terminfo's guess of the window size
Changed in version 0.6.4.7:
* Bump dependencies to allow mtl-2.1, containers-0.5 and bytestring-0.10.
* Prefix C functions with "haskeline_" so we don't clash with other \
packages
* Prevent cursor flicker when outputting in the terminfo backend
Changed in version 0.6.4.6:
* Build with ghc-7.4.1.
Changed in version 0.6.4.5:
* #116: Prevent hang on 64-bit systems when the prompt contains a control
character.
Changed in version 0.6.4.4:
* #115: Fix the behavior of the 'f' and 't' commands when deleting text.
* #73: Fix regression: pasting multiple lines could drop some characters.
* Don't require NondecreasingIndentation.
Changed in version 0.6.4.3:
* Fix a bug on ghc-7.2.1 with tab-completion of Unicode filenames.
Changed in version 0.6.4.2:
* Various updates for ghc-7.2.1.
Changed in version 0.6.4:
* Added new function getInputLineWithInitial.
|
2011-01-07 10:55:53 by PHO / phonohawk | Files touched by this commit (4) | |
Log message:
Upstream update to haskeline-0.6.3.2
|
2010-05-10 04:14:31 by PHO / phonohawk | Files touched by this commit (1) |
Log message:
utf8-string has been removed from ghc again...
|
2010-01-24 04:42:27 by PHO / phonohawk | Files touched by this commit (2) |
Log message:
utf8-string is now part of GHC boot packages
|
2010-01-24 04:28:53 by PHO / phonohawk | Files touched by this commit (1) |
Log message:
extensible-exceptions is now part of GHC boot packages
|