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

History of commit frequency

CVS Commit History:


   2014-03-13 00:11:13 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.4.0.0

CHANGELOG:
0.4.0.0
 * Compiles with ghc 7.8
 * Fixed an issue where "P" was available as a qualified version of Prelude
   (thanks to Samuel Gélineau)
 * Uses exceptions package instead of MonadCatchIO-mtl (API breakage expected)
 * No longer depends on haskell-src
 * Changelog should now appear in Hackage
 * Integrated unit tests with cabal
   2014-02-21 11:39:01 by Ryosuke Moro | Files touched by this commit (25)
Log message:
- ghc-7.6 hss not extensible-exceptions, so we need this.
  ( lang/ghc7 is version 7.6.3nb1, wip/ghc is version 7.6.2 )
- adjust dependencies
   2013-09-02 23:55:42 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.3.3.7

Changes:
- ver 0.3.3.7
 * Fixed a race condition that would happen, for instance, when two process \ 
where run one next to the other, making them, on some platforms, to get the same \ 
random number seed
   (thanks to Mario Pastorelli and Samuel Gélineau

 * Small fix in documentation (thanks to Daniil Frumin)
   2013-03-12 21:41:28 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 0.3.3.6

ver 0.3.3.6
  Works again on GHC 7.2.x (thanks to Björn Peemöller)
ver 0.3.3.5
  Works on GHC 7.4.6
  Cleans up files for phantom modules that were left behind (thanks to
  Beltram Felgenhauer)
   2012-03-11 07:44:55 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to hint-0.3.3.4

   2011-07-12 06:15:47 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-hint-0.3.3.2 as wip/hs-hint.

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. Works with GHC 6.10.x and 6.8.x (this version was not
tested with GHC 6.6).


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