packages feed

monad-choice-0.2.0.0: monad-choice.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 34b44d19dedf1fd3d3446c6f2ede560eb2fa06e1617bc9e0ffead649b89b08bf

name:           monad-choice
version:        0.2.0.0
synopsis:       Monad, monad transformer, and typeclass representing choices.
description:    The Monad Choice library contains monads, monad transformers, and a typeclass representing a sequence of choices of objects of arbitrary types where future choices can depend on previous ones.
category:       Control
homepage:       https://gitlab.com/e-neighborhood-watch/monad-choice#readme
author:         Eamon Olive, Louis Hyde
maintainer:     ejolive97@gmail.com
copyright:      2020 Eamon Olive, Louis Hyde
license:        AGPL-3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://gitlab.com/e-neighborhood-watch/monad-choice.git

library
  exposed-modules:
      Control.Monad.Choice.Covariant
      Control.Monad.Choice.Invariant
      Control.Monad.Choice.Random
      Control.Monad.Class.Choice
      Control.Monad.Trans.Choice.Covariant
      Control.Monad.Trans.Choice.Invariant
  other-modules:
      Paths_monad_choice
  hs-source-dirs:
      src
  ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe
  build-depends:
      MonadRandom >=0.5 && <0.6
    , base >=4.9 && <5
    , contravariant >=1.4 && <1.6
    , invariant >=0.4 && <0.6
    , mtl >=2.2.1 && <2.3
    , primitive >=0.6.1 && <0.8
    , transformers >=0.5.3 && <0.6
  default-language: Haskell2010