Cabal revisions of hinotify-conduit-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.34.4.------ see: https://github.com/sol/hpack--name: hinotify-conduit-version: 0.1.0.0-synopsis: inotify conduit sources-description: Please see the README on GitHub at <https://github.com/j1r1k/hinotify-conduit#readme>-category: System,Conduit-homepage: https://github.com/j1r1k/hinotify-conduit#readme-bug-reports: https://github.com/j1r1k/hinotify-conduit/issues-author: Jiri Marsicek-maintainer: jiri.marsicek@gmail.com-copyright: 2021 Jiri Marsicek-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- ChangeLog.md--source-repository head- type: git- location: https://github.com/j1r1k/hinotify-conduit--library- exposed-modules:- Data.Conduit.INotify- other-modules:- Paths_hinotify_conduit- hs-source-dirs:- src- build-depends:- base >=4.7 && <5- , bytestring- , conduit- , filepath-bytestring- , hinotify- , mtl- , resourcet- , stm- , stm-chans- , stm-conduit- default-language: Haskell2010--test-suite hinotify-conduit-test- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Paths_hinotify_conduit- hs-source-dirs:- test- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends:- base >=4.7 && <5- , bytestring- , conduit- , filepath-bytestring- , hinotify- , hinotify-conduit- , mtl- , resourcet- , stm- , stm-chans- , stm-conduit- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.34.4. +-- +-- see: https://github.com/sol/hpack + +name: hinotify-conduit +version: 0.1.0.0 +x-revision: 1 +synopsis: inotify conduit sources +description: Please see the README on GitHub at <https://github.com/j1r1k/hinotify-conduit#readme> +category: System,Conduit +homepage: https://github.com/j1r1k/hinotify-conduit#readme +bug-reports: https://github.com/j1r1k/hinotify-conduit/issues +author: Jiri Marsicek +maintainer: jiri.marsicek@gmail.com +copyright: 2021 Jiri Marsicek +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + ChangeLog.md + +source-repository head + type: git + location: https://github.com/j1r1k/hinotify-conduit + +library + exposed-modules: + Data.Conduit.INotify + other-modules: + Paths_hinotify_conduit + hs-source-dirs: + src + build-depends: + base >=4.9 && <5, + bytestring >=0.10.12.0 && <0.11, + conduit >=1.3.4.1 && <1.4, + filepath-bytestring >=1.4.2.1.8 && <1.5, + hinotify >=0.4.1 && <0.5, + mtl >=2.2.2 && <2.3, + resourcet >=1.2.4.3 && <1.3, + stm >=2.5.0.0 && <2.6, + stm-chans >=3.0.0.4 && <3.1, + stm-conduit >=4.0.1 && <4.1 + default-language: Haskell2010 + +test-suite hinotify-conduit-test + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Paths_hinotify_conduit + hs-source-dirs: + test + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: + base >=4.7 && <5 + , bytestring + , conduit + , filepath-bytestring + , hinotify + , hinotify-conduit + , mtl + , resourcet + , stm + , stm-chans + , stm-conduit + default-language: Haskell2010
revision 2
name: hinotify-conduit version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: inotify conduit sources description: Please see the README on GitHub at <https://github.com/j1r1k/hinotify-conduit#readme> category: System,Conduit src build-depends: base >=4.9 && <5, - bytestring >=0.10.12.0 && <0.11, - conduit >=1.3.4.1 && <1.4, - filepath-bytestring >=1.4.2.1.8 && <1.5, - hinotify >=0.4.1 && <0.5, - mtl >=2.2.2 && <2.3, - resourcet >=1.2.4.3 && <1.3, - stm >=2.5.0.0 && <2.6, - stm-chans >=3.0.0.4 && <3.1, - stm-conduit >=4.0.1 && <4.1 + bytestring >=0.10.12.0, + conduit >=1.3.4.1, + filepath-bytestring >=1.4.2.1.8, + hinotify >=0.4.1, + mtl >=2.2.2, + resourcet >=1.2.4.3, + stm >=2.5.0.0, + stm-chans >=3.0.0.4, + stm-conduit >=4.0.1 + default-language: Haskell2010 test-suite hinotify-conduit-test