packages feed

observable-sharing 0.2.2.0 → 0.2.2.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

observable-sharing.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                observable-sharing-version:             0.2.2.0+version:             0.2.2.1 synopsis:            Simple observable sharing -- description:          license:             BSD3@@ -28,7 +28,7 @@                        Data.Ref.Map   -- other-modules:          -- other-extensions:    -  build-depends:       base >=4 && <5,+  build-depends:       base >=4.7 && <5,                        containers   hs-source-dirs:      .,src   default-language:    Haskell2010