-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: af64ca42fedc41e5aec7c8bbc4183399afb43a668e0b427d0fa57060d3ce7a65 name: monad-branch version: 1.0.3 synopsis: Monadic abstraction for computations that can be branched and run independently. category: Data stability: experimental homepage: https://github.com/luna/monad-branch bug-reports: https://github.com/luna/monad-branch/issues author: Luna Team maintainer: Wojciech Danilo copyright: Copyright (C) 2018 Luna Team license: Apache-2.0 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 library hs-source-dirs: src default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving InstanceSigs LambdaCase MonadComprehensions MultiWayIf NamedWildCards NegativeLiterals NoImplicitPrelude NumDecimals OverloadedLabels PackageImports QuasiQuotes PatternSynonyms RankNTypes RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators UnicodeSyntax ViewPatterns LiberalTypeSynonyms RelaxedPolyRec ghc-options: -Wall -O2 build-depends: base >=4.10 && <4.12 , mtl , transformers exposed-modules: Control.Monad.Branch other-modules: Paths_monad_branch default-language: Haskell2010