-- Initial inc-ref.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: inc-ref version: 0.3.0.0 synopsis: A STM reference useful for incremental computing -- description: homepage: https://github.com/jfischoff/inc-ref license: BSD3 license-file: LICENSE author: Jonathan Fischoff maintainer: jonathangfischoff@gmail.com -- copyright: category: Concurrency build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Control.Concurrent.IncRef -- other-modules: other-extensions: RecordWildCards build-depends: base < 99.0 , stm hs-source-dirs: src default-language: Haskell2010