packages feed

heyefi 1.0.0.0 → 1.1.0.0

raw patch · 2 files changed

+2/−1 lines, 2 filesdep ~optparse-applicative

Dependency ranges changed: optparse-applicative

Files

heyefi.cabal view
@@ -1,5 +1,5 @@ name:                heyefi-version:             1.0.0.0+version:             1.1.0.0 synopsis:            A server for Eye-Fi SD cards. description:         This server listens for Eye-Fi cards that want to upload files to a computer and stores them in an upload directory. It is meant to be run as a system daemon. homepage:            https://github.com/ryantm/heyefi
src/HEyefi/CommandLineOptions.hs view
@@ -2,6 +2,7 @@  import HEyefi.Strings +import Data.Monoid ((<>)) import Data.Version (showVersion) import Options.Applicative import Options.Applicative.Types