name: next-ref version: 0.1.0.0 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2016 skedge.me maintainer: jonathangfischoff@gmail.com synopsis: A concurrency primitive for a slow consumer. description: A concurrency primitive for a slow consumer that can tolerate missing some updates. category: Web author: Jonathan Fischoff library exposed-modules: Control.Concurrent.NextRef build-depends: base >=4.7 && <5, stm >=2.4.4.1 && <2.5 default-language: Haskell2010 hs-source-dirs: src test-suite next-ref-test type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: base >=4.8.2.0 && <4.9, next-ref >=0.1.0.0 && <0.2, hspec >=2.2.3 && <2.3 default-language: Haskell2010 hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N