packages feed

hobbes-0.2: hobbes.cabal

name:                hobbes
version:             0.2
synopsis:            A small file watcher for OSX
-- description:         
homepage:            http://github.com/jhickner/hobbes
license:             BSD3
license-file:        LICENSE
author:              Jason Hickner
maintainer:          jhickner@gmail.com
-- copyright:           
category:            System
build-type:          Simple
cabal-version:       >=1.8

executable hobbes
  main-is:             Hobbes.hs
  -- other-modules:       
  build-depends:       base >= 4 && < 5, 
                       filepath ==1.3.*, 
                       filemanip ==0.3.*, 
                       hfsevents ==0.1.*