packages feed

observable-sharing-0.2.5: observable-sharing.cabal

-- Initial observable-sharing.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                observable-sharing
version:             0.2.5
synopsis:            Simple observable sharing
-- description:         
license:             BSD3
license-file:        LICENSE
author:              Atze van der Ploeg <atzeus@gmail.com>,
                     Markus Aronsson <mararon@chalmers.se>
maintainer:          mararon@chalmers.se
-- copyright:
homepage:            https://github.com/atzeus/observable-sharing
description:         Simple observable sharing inspired by the paper "Observable Sharing
                     for Functional Circuit Description".
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.7 && <5,
                       containers
  hs-source-dirs:      .,src
  default-language:    Haskell2010