name: futures version: 0.1 synopsis: Simple and fast implementation of Future category: Futures, Concurrency homepage: https://github.com/nikita-volkov/futures bug-reports: https://github.com/nikita-volkov/futures/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2018, Nikita Volkov license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 tested-with: GHC ==8.4.2, GHC ==8.6.* source-repository head type: git location: git://github.com/nikita-volkov/futures.git library hs-source-dirs: library default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, PatternSynonyms, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 exposed-modules: Futures other-modules: Futures.Prelude build-depends: base >=4.11 && <5