packages feed

polysemy-account-0.2.0.0: polysemy-account.cabal

cabal-version: 2.2

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

name:           polysemy-account
version:        0.2.0.0
synopsis:       Account management with Servant and Polysemy
description:    See https://hackage.haskell.org/package/polysemy-account/docs/Polysemy-Account.html
category:       Web
author:         Torsten Schmits
maintainer:     hackage@tryp.io
copyright:      2023 Torsten Schmits
license:        BSD-2-Clause-Patent
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    changelog.md
    readme.md

library
  exposed-modules:
      Polysemy.Account
      Polysemy.Account.Accounts
      Polysemy.Account.Data.Account
      Polysemy.Account.Data.AccountAuth
      Polysemy.Account.Data.AccountAuthDescription
      Polysemy.Account.Data.AccountByName
      Polysemy.Account.Data.AccountCredentials
      Polysemy.Account.Data.AccountName
      Polysemy.Account.Data.AccountsConfig
      Polysemy.Account.Data.AccountsError
      Polysemy.Account.Data.AccountStatus
      Polysemy.Account.Data.Authed
      Polysemy.Account.Data.AuthedAccount
      Polysemy.Account.Data.AuthForAccount
      Polysemy.Account.Data.AuthToken
      Polysemy.Account.Data.GeneratedPassword
      Polysemy.Account.Data.HashedPassword
      Polysemy.Account.Data.Port
      Polysemy.Account.Data.Privilege
      Polysemy.Account.Data.RawPassword
      Polysemy.Account.Effect.Accounts
      Polysemy.Account.Effect.Password
      Polysemy.Account.Interpreter.AccountByName
      Polysemy.Account.Interpreter.Accounts
      Polysemy.Account.Interpreter.AuthForAccount
      Polysemy.Account.Interpreter.Password
  hs-source-dirs:
      lib
  default-extensions:
      StandaloneKindSignatures
      OverloadedRecordDot
      NoFieldSelectors
      AllowAmbiguousTypes
      ApplicativeDo
      BangPatterns
      BinaryLiterals
      BlockArguments
      ConstraintKinds
      DataKinds
      DefaultSignatures
      DeriveAnyClass
      DeriveDataTypeable
      DeriveFoldable
      DeriveFunctor
      DeriveGeneric
      DeriveLift
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      DisambiguateRecordFields
      DoAndIfThenElse
      DuplicateRecordFields
      EmptyCase
      EmptyDataDecls
      ExistentialQuantification
      FlexibleContexts
      FlexibleInstances
      FunctionalDependencies
      GADTs
      GeneralizedNewtypeDeriving
      InstanceSigs
      KindSignatures
      LambdaCase
      LiberalTypeSynonyms
      MultiParamTypeClasses
      MultiWayIf
      NamedFieldPuns
      OverloadedLabels
      OverloadedLists
      OverloadedStrings
      PackageImports
      PartialTypeSignatures
      PatternGuards
      PatternSynonyms
      PolyKinds
      QuantifiedConstraints
      QuasiQuotes
      RankNTypes
      RecordWildCards
      RecursiveDo
      RoleAnnotations
      ScopedTypeVariables
      StandaloneDeriving
      TemplateHaskell
      TupleSections
      TypeApplications
      TypeFamilies
      TypeFamilyDependencies
      TypeOperators
      TypeSynonymInstances
      UndecidableInstances
      UnicodeSyntax
      ViewPatterns
  ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Widentities -Wunused-packages -fplugin=Polysemy.Plugin
  build-depends:
      base >=4.12 && <5
    , chronos ==1.1.*
    , elocrypt ==2.1.*
    , password ==3.0.*
    , polysemy
    , polysemy-db
    , polysemy-plugin
    , prelate >=0.5
    , random ==1.2.*
    , servant-auth ==0.4.*
    , sqel
  mixins:
      base hiding (Prelude)
    , prelate (Prelate as Prelude)
    , prelate hiding (Prelate)
  default-language: Haskell2010