packages feed

fileneglect-0.0.0: fileneglect.cabal

Name:                   fileneglect
Version:                0.0.0
Author:                 Athan Clark <athan.clark@gmail.com>
Maintainer:             Athan Clark <athan.clark@gmail.com>
License:                BSD3
License-File:           LICENSE
Synopsis:               Block thread until a file stops being modified
Description:
    See module for docs
Cabal-Version:          >= 1.10
Build-Type:             Simple
Category:               Filesystem


Library
  Default-Language:     Haskell2010
  HS-Source-Dirs:       src
  GHC-Options:          -Wall
  Exposed-Modules:      System.IDontNotify
  Build-Depends:        base >= 4.8 && < 5
                      , hinotify
                      , stm

Source-Repository head
  Type:                 git
  Location:             https://github.com/athanclark/fileneglect