cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: cornea version: 0.4.0.0 synopsis: classy optical monadic state description: Please see the README on GitHub at category: Lens homepage: https://github.com/tek/cornea#readme bug-reports: https://github.com/tek/cornea/issues author: Torsten Schmits maintainer: tek@tryp.io copyright: 2021 Torsten Schmits license: BSD-2-Clause-Patent license-file: LICENSE build-type: Simple extra-source-files: readme.md source-repository head type: git location: https://github.com/tek/cornea library exposed-modules: Control.Monad.DeepError Control.Monad.DeepReader Control.Monad.DeepState Cornea Cornea.Prelude Data.DeepLenses Data.DeepPrisms other-modules: Prelude Paths_cornea autogen-modules: Paths_cornea hs-source-dirs: lib default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingStrategies DisambiguateRecordFields DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase LiberalTypeSynonyms MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings OverloadedLists PackageImports PartialTypeSignatures PatternGuards PatternSynonyms PolyKinds QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators TypeSynonymInstances UndecidableInstances UnicodeSyntax ViewPatterns ghc-options: -Wall -Wredundant-constraints -Wsimplifiable-class-constraints build-depends: base ==4.* , either , lens , lifted-base , monad-control , mtl , relude , template-haskell , th-abstraction , transformers mixins: base hiding (Prelude) default-language: Haskell2010 test-suite cornea-unit type: exitcode-stdio-1.0 main-is: Main.hs other-modules: DeepErrorSpec DeepReaderSpec DeepStateSpec Paths_cornea hs-source-dirs: test default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingStrategies DisambiguateRecordFields DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase LiberalTypeSynonyms MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings OverloadedLists PackageImports PartialTypeSignatures PatternGuards PatternSynonyms PolyKinds QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators TypeSynonymInstances UndecidableInstances UnicodeSyntax ViewPatterns ghc-options: -Wall -Wredundant-constraints -Wsimplifiable-class-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base ==4.* , cornea , either , hedgehog , lens , lifted-base , monad-control , mtl , relude , tasty , tasty-hedgehog , template-haskell , th-abstraction , transformers mixins: base hiding (Prelude) , cornea (Cornea.Prelude as Prelude) , cornea hiding (Cornea.Prelude) default-language: Haskell2010