file-location 0.4.5.2 → 0.4.5.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- file-location.cabal +2/−2
file-location.cabal view
@@ -1,5 +1,5 @@ Name: file-location-Version: 0.4.5.2+Version: 0.4.5.3 Synopsis: common functions that show file location information Homepage: https://github.com/gregwebs/FileLocation.hs License: BSD3@@ -69,7 +69,7 @@ Build-depends: base >= 4 && < 5 , lifted-base , template-haskell- , transformers >= 0.2 && < 0.4+ , transformers >= 0.2 && < 0.5 , containers -- This just helps you get the packages for test/main.hs