packages feed

effet-0.3.0.2: 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: fd88a66a694dc0a14a3ea183cf0b921a1df3c88288a96e0410b5f548c9b3ff5d

name:           effet
version:        0.3.0.2
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.Identity
      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

test-suite examples
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Example.Cont
      Example.Embed
      Example.Error
      Example.FileSystem
      Example.Logger
      Example.Managed
      Example.Map
      Example.Reader
      Example.Resource
      Example.RWS
      Example.State
      Example.Writer
      Hspec
      Paths_effet
  hs-source-dirs:
      examples
  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
    , effet
    , hspec >=2.6.0 && <3
    , 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