name: tailfile-hinotify
version: 2.0.0.0
synopsis: Tail files in Unix, using hinotify.
description: Tail files in Unix, using hinotify.
license: MIT
license-file: LICENSE
author: Daniel Diaz
maintainer: diaz.carrete@facebook.com
category: System
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
Extra-Source-Files:
README.md
NOTES.md
source-repository head
type: git
location: https://github.com/danidiaz/tailfile-hinotify.git
library
exposed-modules:
System.IO.TailFile
System.IO.TailFile.Foldl
System.IO.TailFile.Streaming
System.IO.TailFile.Pipes
build-depends:
base >= 4.6 && < 5,
hinotify >= 0.3.10 && < 0.5,
bytestring >= 0.9.2.1 && < 0.11,
async >= 2.0 && < 2.3,
foldl >= 1.4,
streaming >= 0.1.4 && < 0.3,
pipes >= 4.3.0 && < 4.4,
streaming-eversion >= 0.3.1.0 && < 0.5,
text
hs-source-dirs: lib
default-language: Haskell2010
ghc-options: -Wall
test-suite tests
type: exitcode-stdio-1.0
hs-source-dirs: tests, lib
main-is: tests.hs
other-modules:
System.IO.TailFile
System.IO.TailFile.Foldl
System.IO.TailFile.Streaming
System.IO.TailFile.Pipes
build-depends:
base >= 4.6 && < 5,
hinotify >= 0.3.10,
bytestring >= 0.9.2.1 && < 0.11,
async >= 2.0 && < 2.3,
foldl >= 1.4,
streaming >= 0.1.4 && < 0.3,
pipes >= 4.3.0 && < 4.5,
pipes-transduce >= 0.4.4,
streaming-eversion >= 0.3.1.0 && < 0.5,
directory >= 1.3.0.0,
conceit >= 0.4.0.0,
process-streaming >= 0.9.1.2,
filepath >= 1.4.0.0,
tasty >= 0.10.1.1,
tasty-hunit >= 0.9.2,
text
default-language: Haskell2010