packages feed

Cabal revisions of reflex-fsnotify-0.2.1.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: >=1.10-name: reflex-fsnotify-version: 0.2.1.2-synopsis: Reflex FRP interface for watching files-description:-  Watch files and directories for changes using a functional-reactive interface!-  .-  <https://reflex-frp.org/>-bug-reports: https://github.com/reflex-frp/reflex-fsnotify/issues-license: BSD3-license-file: LICENSE-author: Obsidian Systems LLC-maintainer: maintainer@obsidian.systems-copyright: 2020 Obsidian Systems LLC-category: System, FRP-build-type: Simple-extra-source-files: ChangeLog.md-                    README.md-tested-with: GHC ==8.8.3 || ==8.6.5--library-  exposed-modules: Reflex.FSNotify-  build-depends: base >=4.10 && <4.14-               , containers >= 0.6 && < 0.7-               , directory >= 1.3 && < 1.4-               , filepath >= 1.4 && < 1.5-               , fsnotify >= 0.3 && < 0.4-               , reflex >= 0.5 && < 0.9-  hs-source-dirs: src-  default-language: Haskell2010-  ghc-options: -Wall--source-repository head-  type: git-  location: https://github.com/reflex-frp/reflex-fsnotify+cabal-version: >=1.10
+name: reflex-fsnotify
+version: 0.2.1.2
+x-revision: 1
+synopsis: Reflex FRP interface for watching files
+description:
+  Watch files and directories for changes using a functional-reactive interface!
+  .
+  <https://reflex-frp.org/>
+bug-reports: https://github.com/reflex-frp/reflex-fsnotify/issues
+license: BSD3
+license-file: LICENSE
+author: Obsidian Systems LLC
+maintainer: maintainer@obsidian.systems
+copyright: 2020 Obsidian Systems LLC
+category: System, FRP
+build-type: Simple
+extra-source-files: ChangeLog.md
+                    README.md
+tested-with: GHC ==8.8.3 || ==8.6.5
+
+library
+  exposed-modules: Reflex.FSNotify
+  build-depends: base >=4.10 && <4.15
+               , containers >= 0.6 && < 0.7
+               , directory >= 1.3 && < 1.4
+               , filepath >= 1.4 && < 1.5
+               , fsnotify >= 0.3 && < 0.4
+               , reflex >= 0.5 && < 0.9
+  hs-source-dirs: src
+  default-language: Haskell2010
+  ghc-options: -Wall
+
+source-repository head
+  type: git
+  location: https://github.com/reflex-frp/reflex-fsnotify