foscam-sort 0.0.2 → 0.0.3
raw patch · 3 files changed
+16/−16 lines, 3 filesdep ~foscam-directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: foscam-directory
API changes (from Hackage documentation)
Files
- changelog +5/−0
- foscam-sort.cabal +7/−5
- src/Data/Foscam/Sort.hs +4/−11
changelog view
@@ -1,3 +1,8 @@+0.0.3++* Update output directories.+* Update foscam-directory dependency.+ 0.0.2 * Fix modules in cabal file.
foscam-sort.cabal view
@@ -1,5 +1,5 @@ name: foscam-sort-version: 0.0.2+version: 0.0.3 license: BSD3 license-file: LICENSE author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>@@ -28,12 +28,14 @@ Haskell2010 build-depends:- base >= 4 && < 5+ base >= 4 && < 5 , lens >= 4.0 && < 5 , digit >= 0.1.2 && < 0.2- , filepath, directory, unix+ , filepath+ , directory+ , unix , foscam-filename == 0.0.4- , foscam-directory == 0.0.7+ , foscam-directory == 0.0.8 ghc-options: -Wall@@ -62,7 +64,7 @@ , digit >= 0.1.2 && < 0.2 , filepath, directory, unix , foscam-filename == 0.0.4- , foscam-directory == 0.0.7+ , foscam-directory == 0.0.8 ghc-options: -Wall
src/Data/Foscam/Sort.hs view
@@ -28,17 +28,10 @@ getFoscamDirectoryContents i >>= mapM_ (move o (yyyy <> mm <> dd) [- yyyy <> mm- , yyyy <> mm <> dd- , yyyy <> mm <> dd <> hh- , yyyy <> mm <> dd <> hh <> mm- , yyyy /<>/ mm /<>/ dd- , yyyy /<>/ mm /<>/ dd /<>/ hh- , yyyy /<>/ mm /<>/ dd /<>/ hh /<>/ nn- , deviceIdpath /<>/ yyyy /<>/ mm /<>/ dd- , deviceIdpath /<>/ yyyy /<>/ mm /<>/ dd /<>/ hh- , aliaspath /<>/ yyyy /<>/ mm /<>/ dd- , aliaspath /<>/ yyyy /<>/ mm /<>/ dd /<>/ hh+ yyyy <> mm <> dd+ , yyyy <> mm <> dd /<>/ hh <> nn+ , aliaspath /<>/ yyyy <> mm <> dd+ , aliaspath /<>/ yyyy <> mm <> dd /<>/ hh <> nn ]) _ -> do p <- getProgName