packages feed

path-extra 0.0.5 → 0.0.6

raw patch · 2 files changed

+2/−3 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Path.Extended: locPath :: Location b t -> Path b t
+ Path.Extended: Location :: Int -> Path b t -> Maybe String -> [QueryParam] -> Maybe String -> Location b t
+ Path.Extended: [locFileExt] :: Location b t -> Maybe String
+ Path.Extended: [locFragment] :: Location b t -> Maybe String
+ Path.Extended: [locParentJumps] :: Location b t -> Int
+ Path.Extended: [locPath] :: Location b t -> Path b t
+ Path.Extended: [locQueryParams] :: Location b t -> [QueryParam]

Files

path-extra.cabal view
@@ -1,5 +1,5 @@ Name:                   path-extra-Version:                0.0.5+Version:                0.0.6 Author:                 Athan Clark <athan.clark@gmail.com> Maintainer:             Athan Clark <athan.clark@gmail.com> License:                BSD3
src/Path/Extended.hs view
@@ -5,7 +5,7 @@  module Path.Extended   ( -- * Types-    Location+    Location (..)   , QueryParam   , -- * Classes     ToPath (..)@@ -18,7 +18,6 @@   , delParent   , -- ** Path     fromPath-  , locPath   , -- ** File Extensions     setFileExt   , addFileExt