GPX 0.4.4 → 0.4.5
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- Data/Geo/GPX/Accessor/Accessor.hs +2/−0
- GPX.cabal +1/−1
Data/Geo/GPX/Accessor/Accessor.hs view
@@ -2,5 +2,7 @@ using ) where +import Control.Monad.Instances()+ using :: (a -> d) -> (c -> a -> b) -> (d -> c) -> a -> b using f g = flip (flip =<< (g .) . flip id . f)
GPX.cabal view
@@ -1,5 +1,5 @@ Name: GPX-Version: 0.4.4+Version: 0.4.5 License: BSD3 License-File: LICENSE Synopsis: Parse GPX files