path-extra 0.0.3 → 0.0.4
raw patch · 3 files changed
+6/−1 lines, 3 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Path.Extended: infixl 7 <&>
+ Path.Extended: infixl 8 <#>
+ Path.Extended: locPath :: Location b t -> Path b t
Files
- Setup.lhs +4/−0
- path-extra.cabal +1/−1
- src/Path/Extended.hs +1/−0
+ Setup.lhs view
@@ -0,0 +1,4 @@+#! /usr/bin/env runhaskell++> import Distribution.Simple+> main = defaultMain
path-extra.cabal view
@@ -1,5 +1,5 @@ Name: path-extra-Version: 0.0.3+Version: 0.0.4 Author: Athan Clark <athan.clark@gmail.com> Maintainer: Athan Clark <athan.clark@gmail.com> License: BSD3
src/Path/Extended.hs view
@@ -18,6 +18,7 @@ , delParent , -- ** Path fromPath+ , locPath , -- ** File Extensions setFileExt , addFileExt