packages feed

effet-0.3.0.0: effet.cabal

cabal-version: 1.12

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

name:           effet
version:        0.3.0.0
synopsis:       An Effect System based on Type Classes
description:    Please see the README on GitHub at <https://github.com/typedbyte/effet#readme>
category:       Control
homepage:       https://github.com/typedbyte/effet#readme
bug-reports:    https://github.com/typedbyte/effet/issues
author:         Michael Szvetits
maintainer:     typedbyte@qualified.name
copyright:      2020 Michael Szvetits
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/typedbyte/effet

library
  exposed-modules:
      Control.Effect.Cont
      Control.Effect.Embed
      Control.Effect.Error
      Control.Effect.Machinery
      Control.Effect.Machinery.Tagger
      Control.Effect.Machinery.TH
      Control.Effect.Machinery.Via
      Control.Effect.Managed
      Control.Effect.Map
      Control.Effect.Map.Lazy
      Control.Effect.Map.Strict
      Control.Effect.Reader
      Control.Effect.Resource
      Control.Effect.RWS
      Control.Effect.RWS.Lazy
      Control.Effect.RWS.Strict
      Control.Effect.State
      Control.Effect.State.Lazy
      Control.Effect.State.Strict
      Control.Effect.Writer
      Control.Effect.Writer.Lazy
      Control.Effect.Writer.Strict
  other-modules:
      Paths_effet
  hs-source-dirs:
      src
  default-extensions: AllowAmbiguousTypes ConstraintKinds DataKinds DerivingVia FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses PolyKinds RankNTypes ScopedTypeVariables TypeApplications TypeFamilies TypeOperators UndecidableInstances
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , containers >=0.6.2.1 && <0.7
    , monad-control >=1.0.2.3 && <1.1
    , template-haskell >=2.14.0.0 && <3
    , transformers >=0.5.6.2 && <0.6
    , transformers-base >=0.4.5.2 && <0.5
  default-language: Haskell2010