layered-state 1.1.4 → 1.1.5
raw patch · 1 files changed
+12/−11 lines, 1 filesdep ~basenew-uploader
Dependency ranges changed: base
Files
- layered-state.cabal +12/−11
layered-state.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack ----- hash: 6d9849488a3adcdb071ffdef552d45edb9a10bd43897343fc23fe94467160753+-- hash: 154e037b2ab3098332d5e1af3328f56d2f36d627cd707cb64e905779d87db75f name: layered-state-version: 1.1.4+version: 1.1.5 synopsis: Control structure similar to Control.Monad.State, allowing multiple nested states, distinguishable by provided phantom types. category: Data stability: experimental@@ -17,15 +19,18 @@ license: Apache-2.0 license-file: LICENSE build-type: Simple-cabal-version: >= 1.10 library+ exposed-modules:+ Control.Monad.State.Layered+ other-modules:+ Paths_layered_state 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+ base >=4.9 && <4.13 , constraints , data-default , exceptions@@ -39,15 +44,13 @@ , 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+ other-modules:+ Paths_layered_state 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@@ -60,6 +63,4 @@ , layered-state , mtl-c , timeit- other-modules:- Paths_layered_state default-language: Haskell2010