packages feed

dictionary-sharing-0.1.0.0: dictionary-sharing.cabal


name:                dictionary-sharing
version:             0.1.0.0
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
-- copyright:           

category:            Development
build-type:          Simple
-- extra-source-files:  
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