Cabal revisions of hint-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: hint version: 0.2+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 tested-with: GHC==6.6.1, GHC==6.8.2 -build-depends: base, haskell-src, ghc, mtl+build-depends: base < 4.3, haskell-src, ghc < 7, mtl exposed-modules: Language.Haskell.Interpreter.GHC other-modules: Language.Haskell.Interpreter.GHC.Base