Next | Query returned 20 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-04-23 14:19:26 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to hint-0.9.0.4

0.9.0.4
* Support GHC 9.0.1

0.9.0.3
* Support GHC 8.10
* Drop support for GHC 8.4
* Hint can now be used concurrently from multiple threads on GHC 8.10+
   2020-05-13 06:53:17 by Roland Illig | Files touched by this commit (18)
Log message:
hs-*: add PLIST files for a few more Haskell packages
   2020-01-11 09:18:47 by Masatake Daimon | Files touched by this commit (3)
Log message:
Add missing dependency on sysutils/hs-temporary
   2020-01-11 09:15:58 by Masatake Daimon | Files touched by this commit (2)
Log message:
Update to hint-0.9.0.2

0.9.0.2
* Support GHC 8.8
* Drop support for GHC 8.2

0.9.0.1
* Make tests pass with stack 2.1.1

0.9.0
* Support GHC 8.6
* Drop support for GHC 8.0

0.8.0
* Support GHC 8.4
* Drop support for GHC 7.8 and 7.10
* Add runStmt to execute statements in the IO monad and bind new names
* Internal changes of temporary files for phantom modules
  * The files are now called M<nnn>.hs instead of <nnn>
  * Improved cleanup of phantom module source files
  * ghc 8.4 only: phantom modules are put into a temporary directory
* Add typeChecksWithDetails to obtain type-checking errors
* Stop GHC from overwriting the Ctrl-C signal handler
* Add SetImportsF to allow finer imports control
   2020-01-02 05:58:07 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to hint-0.7.0

0.7.0
* Support for GHC 8.2
* Support use in a dynamically-linked executable
* Add normalizeType, like ghci's :kind!
* Drop support for GHC 7.6

0.6.0
* Support for GHC 8.0
* Add displayException to InterpreterError

0.5.2
* Add runInterpreter variant that takes a GHC libdir at runtime
* Add missing negated extensions to the Extension type
* Do not throw GHC warnings as errors

0.5.1
* Expose unsafeInterpret in Language.Haskell.Interpreter.Unsafe

0.5.0
* Drop support for GHC 7.4
* Remove deprecated functions and modules:
  * glasgowExtensions
  * setUseLanguageExtensions
  * setInstalledModsAreInScopeQualified
  * Language.Haskell.Interpreter.GHC
  * Language.Haskell.Interpreter.GHC.Unsafe
* Drop dependencies on ghc-mtl and extensible-exceptions

0.4.3
* New maintainer and source code repo
   2016-01-04 13:23:06 by Ryosuke Moro | Files touched by this commit (4) | Package updated
Log message:
Update to 0.4.2.3

CHANGELOG:
0.4.2.3
-------

 * It builds against 7.4.2 (not 7.4.1), so update the constraints.

0.4.2.2
-------

 * Builds with ghc 7.10
 * Builds again with ghc 7.4
 * Drops dependency on utf8-string

0.4.2.1
-------

 * Better error reporting (thanks to Corentin Dupont)
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2014-11-23 13:52:33 by Ryosuke Moro | Files touched by this commit (51)
Log message:
Bump PKGREVISION for hs-transformers-0.4.2.0
   2014-10-21 23:28:58 by Ryosuke Moro | Files touched by this commit (5)
Log message:
Bump PKGREVISION for hs-random-1.1
   2014-09-11 23:57:46 by Ryosuke Moro | Files touched by this commit (5)
Log message:
Import hint-0.4.2.0 as devel/hs-hint,
packaged for wip by pho.

This library defines an Interpreter monad. It allows to load Haskell
modules, browse them, type-check and evaluate strings with Haskell
expressions and even coerce them into values. The library is thread-safe
and type-safe (even the coercion of expressions to values). It is,
esentially, a huge subset of the GHC API wrapped in a simpler API.

Next | Query returned 20 messages, browsing 11 to 20 | previous