file-location 0.4.9 → 0.4.9.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: transformers
API changes (from Hackage documentation)
- Control.Exception.FileLocation: instance Exception ReThrownException
- Control.Exception.FileLocation: instance Show ReThrownException
- Control.Exception.FileLocation: instance Typeable ReThrownException
+ Control.Exception.FileLocation: instance GHC.Exception.Exception Control.Exception.FileLocation.ReThrownException
+ Control.Exception.FileLocation: instance GHC.Show.Show Control.Exception.FileLocation.ReThrownException
Files
- file-location.cabal +2/−2
file-location.cabal view
@@ -1,5 +1,5 @@ Name: file-location-Version: 0.4.9+Version: 0.4.9.1 Synopsis: common functions that show file location information Homepage: https://github.com/gregwebs/FileLocation.hs License: BSD3@@ -71,7 +71,7 @@ , lifted-base , template-haskell , th-orphans >= 0.9- , transformers >= 0.2 && < 0.5+ , transformers >= 0.2 && < 0.6 , containers , HUnit