hint 0.3.3.5 → 0.3.3.6
raw patch · 3 files changed
+5/−2 lines, 3 filesdep ~ghcPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc
API changes (from Hackage documentation)
Files
- Changes +3/−0
- hint.cabal +1/−1
- src/Hint/Reflection.hs +1/−1
Changes view
@@ -1,3 +1,6 @@+- ver 0.3.3.6+ * Works again on GHC 7.2.x (thanks to Björn Peemöller)+ - ver 0.3.3.5 * Works on GHC 7.4.6 * Cleans up files for phantom modules that were left behind (thanks to Beltram Felgenhauer)
hint.cabal view
@@ -1,5 +1,5 @@ name: hint-version: 0.3.3.5+version: 0.3.3.6 description: This library defines an @Interpreter@ monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell
src/Hint/Reflection.hs view
@@ -72,7 +72,7 @@ #if __GLASGOW_HASKELL__ < 704 asModElem df(GHC.ATyCon tc) = Data (getUnqualName df tc) (map (getUnqualName df) $ GHC.tyConDataCons tc)-asModElem df (GHC.AClass c) = Class (getUnqualName c)+asModElem df (GHC.AClass c) = Class (getUnqualName df c) (map (getUnqualName df) $ GHC.classMethods c) #else asModElem df (GHC.ATyCon tc) =