cabal-version: 2.2 name: reflex-files version: 0 synopsis: Interface between reflex and the filesystem description: A system for reflecting the state of files and directories into 'reflex'. homepage: https://oss.xkcd.com/ license: BSD-3-Clause license-file: LICENSE author: davean maintainer: oss@xkcd.com copyright: Copyright (C) 2018 davean category: System, FRP build-type: Simple extra-source-files: ChangeLog.md source-repository head type: git location: https://code.xkrd.net/AlON/reflex-files.git common deps default-language: Haskell2010 build-depends: base >=4.9 && <4.14 , bytestring , containers , deepseq , dependent-sum , directory , dlist , exceptions , equeue , filepath , fsnotify >= 0.3 , lens , list-tries , mtl , reflex ^>= 0.6 , text library import: deps hs-source-dirs: src exposed-modules: Reflex.Filesystem.Watch , Reflex.Filesystem.DirTree , Reflex.Filesystem.Internal test-suite test-reflex-files import: deps type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test.hs build-depends: , mmap , monad-loops , ref-tf , reflex-files , reflex-test , stm , tasty , tasty-hunit , text , time , unix