follow-file-0.0.1: follow-file.cabal
Name: follow-file
Version: 0.0.1
Author: Athan Clark <athan.clark@gmail.com>
Maintainer: Athan Clark <athan.clark@gmail.com>
License: BSD3
License-File: LICENSE
Synopsis: Be notified when a file gets appended, solely with what was added.
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.File.Follow
Build-Depends: base >= 4.8 && < 5
, bytestring
, directory
, hinotify
, path
, unix
, utf8-string
, vector
Test-suite filefollow-tests
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
Hs-Source-Dirs: test
Main-is: Main.hs
Build-Depends: base
, follow-file
, path
, hinotify
, directory
Source-Repository head
Type: git
Location: https://github.com/athanclark/follow-file