heyefi 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- heyefi.cabal +3/−3
heyefi.cabal view
@@ -1,5 +1,5 @@ name: heyefi-version: 0.1.0.1+version: 0.1.0.2 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@@ -30,7 +30,7 @@ , HEyefi.GetPhotoStatus , HEyefi.StartSession ghc-options: -Wall- build-depends: base >=4 && <=5+ build-depends: base >=4.8 && <=5 , stm , unix , MissingH@@ -67,7 +67,7 @@ hs-source-dirs: test, src main-is: Spec.hs ghc-options: -Wall- build-depends: base >=4 && <=5+ build-depends: base >=4.8 && <=5 , stm , unix , containers