-- Initial observable-sharing.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: observable-sharing version: 0.2.0.0 synopsis: Simple observable sharing -- description: license: BSD3 license-file: LICENSE author: Atze van der Ploeg , Markus Aronsson maintainer: mararon@chalmers.se -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: git://github.com/atzeus/observable-sharing library exposed-modules: Data.Ref, Data.Ref.Map -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9, unordered-containers hs-source-dirs: .,src default-language: Haskell2010