Cabal revisions of streamly-fsnotify-1.1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0-name: streamly-fsnotify-version: 1.1.1.0-synopsis: Folder watching as a Streamly stream.-description:- Provides Streamly streams for both single-level and recursive folder watching.- Also contains a principled and compositional system for filtering file system events.-homepage: https://github.com/georgefst/streamly-fsnotify-license: BSD-3-Clause-license-file: LICENSE-author: Koz Ross, George Thomas-maintainer: George Thomas-category: Streamly, System-extra-source-files:- CHANGELOG.md- README.md--library- exposed-modules:- Streamly.FSNotify- build-depends:- base >= 4.9 && < 5,- filepath ^>= 1.4.2.1,- fsnotify ^>= 0.3.0.1,- semirings ^>= 0.5.2,- streamly ^>= 0.7.0,- text ^>= 1.2.3.0,- time ^>= {1.6, 1.7, 1.8, 1.9},- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall- default-extensions:- FlexibleContexts- LambdaCase+cabal-version: 3.0 +name: streamly-fsnotify +version: 1.1.1.0 +x-revision: 1 +synopsis: Folder watching as a Streamly stream. +description: + Provides Streamly streams for both single-level and recursive folder watching. + Also contains a principled and compositional system for filtering file system events. +homepage: https://github.com/georgefst/streamly-fsnotify +license: BSD-3-Clause +license-file: LICENSE +author: Koz Ross, George Thomas +maintainer: George Thomas +category: Streamly, System +extra-source-files: + CHANGELOG.md + README.md + +library + exposed-modules: + Streamly.FSNotify + build-depends: + base >= 4.9 && < 5, + filepath ^>= 1.4.2.1, + fsnotify ^>= 0.3.0.1, + semirings ^>= {0.5.2, 0.6}, + streamly ^>= 0.7.0, + text ^>= 1.2.3.0, + time ^>= {1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12}, + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + default-extensions: + FlexibleContexts + LambdaCase
revision 2
cabal-version: 3.0 name: streamly-fsnotify version: 1.1.1.0 -x-revision: 1 +x-revision: 2 synopsis: Folder watching as a Streamly stream. description: Provides Streamly streams for both single-level and recursive folder watching. filepath ^>= 1.4.2.1, fsnotify ^>= 0.3.0.1, semirings ^>= {0.5.2, 0.6}, - streamly ^>= 0.7.0, + streamly ^>= {0.7.0, 0.8}, text ^>= 1.2.3.0, time ^>= {1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12}, hs-source-dirs: src
revision 3
cabal-version: 3.0 name: streamly-fsnotify version: 1.1.1.0 -x-revision: 2 +x-revision: 3 synopsis: Folder watching as a Streamly stream. description: Provides Streamly streams for both single-level and recursive folder watching. fsnotify ^>= 0.3.0.1, semirings ^>= {0.5.2, 0.6}, streamly ^>= {0.7.0, 0.8}, - text ^>= 1.2.3.0, + text ^>= {1.2.3.0, 2.0}, time ^>= {1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12}, hs-source-dirs: src default-language: Haskell2010
revision 4
cabal-version: 3.0 name: streamly-fsnotify version: 1.1.1.0 -x-revision: 3 +x-revision: 4 synopsis: Folder watching as a Streamly stream. description: Provides Streamly streams for both single-level and recursive folder watching. filepath ^>= 1.4.2.1, fsnotify ^>= 0.3.0.1, semirings ^>= {0.5.2, 0.6}, - streamly ^>= {0.7.0, 0.8}, + streamly ^>= {0.7.0, 0.8, 0.9}, text ^>= {1.2.3.0, 2.0}, time ^>= {1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12}, hs-source-dirs: src