Cabal revisions of hint-0.4.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: hint version: 0.4.0.0+x-revision: 1 description: This library defines an @Interpreter@ monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell ghc-paths, mtl, filepath,- utf8-string,+ utf8-string < 1, extensible-exceptions, exceptions >= 0.3.2, exceptions < 0.4 if impl(ghc >= 6.8) { build-depends: base >= 3, base < 4 } }- else { -- ghc < 6.8+ else { build-depends: utf8-string < 0.3 }