hint 0.4.2.2 → 0.4.2.3
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~ghcPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +6/−0
- hint.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,9 @@+0.4.2.3+-------++ * It builds against 7.4.2 (not 7.4.1), so update the constraints.++ 0.4.2.2 -------
hint.cabal view
@@ -1,5 +1,5 @@ name: hint-version: 0.4.2.2+version: 0.4.2.3 description: This library defines an @Interpreter@ monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell@@ -44,7 +44,7 @@ ,exceptions Library- build-depends: ghc >= 7.4,+ build-depends: ghc >= 7.4.2, ghc-paths, mtl, filepath,