packages feed

Cabal revisions of observable-sharing-0.2.2.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial observable-sharing.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                observable-sharing-version:             0.2.2.0-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 && <5,-                       containers-  hs-source-dirs:      .,src-  default-language:    Haskell2010+-- Initial observable-sharing.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                observable-sharing
+version:             0.2.2.0
+x-revision: 1
+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