layered-state-1.1.2: layered-state.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9aa62e9756668f40566d023e7ca6588ef4bf863fb729fa397c4cd36ad4fff77b
name: layered-state
version: 1.1.2
synopsis: Control structure similar to Control.Monad.State, allowing multiple nested states, distinguishable by provided phantom types.
category: Data
stability: experimental
homepage: https://github.com/luna/layered-state
bug-reports: https://github.com/luna/layered-state/issues
author: Luna Team
maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org>
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
, constraints
, data-default
, exceptions
, lens
, lens-utils
, monad-branch
, monoid
, mtl
, primitive
, profunctors
, prologue
, transformers
, typelevel
exposed-modules:
Control.Monad.State.Layered
other-modules:
Paths_layered_state
default-language: Haskell2010
benchmark layered-state-benchmark
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test/bench
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:
criterion
, deepseq
, either
, kan-extensions
, layered-state
, mtl-c
, timeit
other-modules:
Paths_layered_state
default-language: Haskell2010