packages feed

cloudyfs-0.0.2: cloudyfs.cabal

name:                 cloudyfs
version:              0.0.2
license:              OtherLicense
license-file:         LICENSE
author:               Brendan Hickey <brendan@bhickey.net>
maintainer:           Brendan Hickey <brendan@bhickey.net>
homepage:             https://github.com/bhickey/cloudyfs
synopsis:             A cloud in the file system.
description:          A cloud in the file system.
category:             System
stability:            Experimental
cabal-version:        >= 1.6
build-type:           Simple

Executable cloudyfs {
  main-is:            cloudyfs.hs
  build-depends:      base >= 4 && < 5, unix, bytestring, containers, HFuse,
                      filepath, regex-tdfa, regex-base, tagsoup,
                      HTTP, timerep, convertible, datetime
  ghc-options:        -Wall -package time-1.4
}