hint 0.3.2.0 → 0.3.2.1
raw patch · 2 files changed
+9/−2 lines, 2 filesdep ~ghc-mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-mtl
API changes (from Hackage documentation)
Files
- Changes +5/−0
- hint.cabal +4/−2
Changes view
@@ -1,3 +1,8 @@+- ver 0.3.2.1+ * hint.cabal includes version bounds for package ghc-mtl. This is to+ avoid the accidental selection of the completely unrelated ghc-mtl+ internal to ghc and, apparently, installed in the hackage server+ - ver 0.3.2.0 * Exports functions parens and isInterpretedModule
hint.cabal view
@@ -1,5 +1,5 @@ name: hint-version: 0.3.2.0+version: 0.3.2.1 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,9 @@ if impl(ghc >= 6.10) { build-depends: base >= 4, base < 5,- ghc-mtl+ 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 } else { build-depends: base >= 3, base < 4 }