cabal-version: 2.4 name: zerem version: 0.0.0.0 license: GPL-3.0-or-later license-file: GPL-3.0-or-later.txt author: Russell Hernandez Ruiz maintainer: qrpnxz@hyperlife.xyz stability: stable homepage: https://sr.ht/~qrpnxz/zerem/ bug-reports: https://todo.sr.ht/~qrpnxz/zerem synopsis: Fusing Functor-general effectful streams. description: Fusing Functor-general effectful streams. category: streaming extra-source-files: README.md extra-source-files: CHANGELOG.md source-repository head type: git location: https://git.sr.ht/~qrpnxz/zerem source-repository this type: git location: https://git.sr.ht/~qrpnxz/zerem tag: 0.0.0.0 library hs-source-dirs: src exposed-modules: Zerem build-depends: base >=4.13 && <4.18 , transformers >=0.5.6 && <0.7 , mmorph >=1.2 && <1.3 , logict >=0.8 && <0.9 , comonad >= 5.0.8 && <5.1 , profunctors >= 5.6 && < 5.7 default-language: Haskell2010 ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints ghc-options: -Wno-name-shadowing