name: dictionary-sharing version: 0.1.0.0 x-revision: 2 synopsis: Sharing/memoization of class members description: Library for ensuring that class members are shared. license: BSD3 license-file: LICENSE author: Jonas DuregÄrd maintainer: jonas.duregard@chalmers.se category: Development build-type: Simple cabal-version: >=1.10 source-repository head type: git location: https://github.com/JonasDuregard/dictionary-sharing library exposed-modules: Data.ClassSharing -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5, containers >=0.5 && <0.6 -- hs-source-dirs: default-language: Haskell2010