heyefi-2.0.0.2: heyefi.cabal
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 504ff0c864ccb4be8289c6e55b3ce9ed911f54b3b2d70c4cb2867c8b932c1b0a
name: heyefi
version: 2.0.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.
category: Network
homepage: https://github.com/ryantm/heyefi
bug-reports: https://github.com/ryantm/heyefi/issues
author: Ryan Mulligan
maintainer: ryan@ryantm.com
license: PublicDomain
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/ryantm/heyefi
executable heyefi
main-is: Main.hs
hs-source-dirs:
src
default-extensions: OverloadedStrings ScopedTypeVariables GeneralizedNewtypeDeriving NoImplicitPrelude
ghc-options: -Wall
build-depends:
HandsomeSoup
, MissingH
, base >=4.8 && <=5
, bytestring
, case-insensitive
, configurator
, directory
, exceptions
, filepath
, http-types
, hxt
, iso8601-time
, mtl
, multipart
, optparse-applicative
, random
, stm
, tar
, temporary
, text
, time
, transformers
, unix
, unordered-containers
, utf8-string
, wai
, warp
other-modules:
HEyefi.App
HEyefi.CommandLineOptions
HEyefi.Config
HEyefi.Constant
HEyefi.Hex
HEyefi.Log
HEyefi.Prelude
HEyefi.Soap
HEyefi.SoapResponse
HEyefi.StartSession
HEyefi.Texts
HEyefi.Types
HEyefi.UploadPhoto
Paths_heyefi
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
src
default-extensions: OverloadedStrings ScopedTypeVariables GeneralizedNewtypeDeriving NoImplicitPrelude
ghc-options: -Wall
build-depends:
HandsomeSoup
, MissingH
, base >=4.8 && <=5
, bytestring
, case-insensitive
, configurator
, directory
, exceptions
, filepath
, hspec
, hspec-wai
, http-types
, hxt
, iso8601-time
, mtl
, multipart
, optparse-applicative
, random
, silently
, stm
, tar
, temporary
, text
, time
, transformers
, unix
, unordered-containers
, utf8-string
, wai
, wai-extra
, warp
other-modules:
HEyefi.AppSpec
HEyefi.ConfigSpec
HEyefi.LogSpec
HEyefi.SoapResponseSpec
HEyefi.SoapSpec
HEyefi.SpecPrelude
HEyefi.StartSessionSpec
HEyefi.UploadPhotoSpec
HEyefi.App
HEyefi.CommandLineOptions
HEyefi.Config
HEyefi.Constant
HEyefi.Hex
HEyefi.Log
HEyefi.Prelude
HEyefi.Soap
HEyefi.SoapResponse
HEyefi.StartSession
HEyefi.Texts
HEyefi.Types
HEyefi.UploadPhoto
Main
Paths_heyefi
default-language: Haskell2010