Cabal revisions of hint-0.3.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: hint version: 0.3.2.1+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, MonadCatchIO-mtl >= 0.2 if impl(ghc >= 6.8) { build-depends: base >= 3, base < 4 } }- else { -- ghc < 6.8+ else { build-depends: utf8-string < 0.3 }
revision 2
name: hint version: 0.3.2.1-x-revision: 1+x-revision: 2 description: This library defines an @Interpreter@ monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell Library build-depends: haskell-src,- ghc > 6.6,+ ghc > 6.6 && < 7, ghc-paths, mtl, filepath, directory if impl(ghc >= 6.10) {- build-depends: base >= 4, base < 5,+ build-depends: base >= 4, base < 4.3, ghc-mtl >= 1.0.1.0, ghc-mtl < 1.1.0.0 -- this is to protect against the accidental selection -- of the completely unrelated ghc'c ghc-mtl package