name: promises category: Lazy, Concurrent version: 0.3 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: experimental homepage: http://github.com/ekmett/promises/ bug-reports: http://github.com/ekmett/promises/issues copyright: Copyright (C) 2015 Edward A. Kmett build-type: Simple tested-with: GHC == 7.8.4, GHC == 7.10.1, GHC == 7.11.20150615, GHC == 8.0.1 synopsis: Lazy demand-driven promises description: Lazy demand-driven promises extra-source-files: .travis.yml .gitignore README.markdown CHANGELOG.markdown source-repository head type: git location: git://github.com/ekmett/promises.git library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: src exposed-modules: Data.Promise build-depends: base >= 4.6 && < 5, primitive >= 0.6 && < 1