packages feed

servant-auth-token-persistent-0.5.1.1: servant-auth-token-persistent.cabal

name:                servant-auth-token-persistent
version:             0.5.1.1
synopsis:            Persistent backend for servant-auth-token server
description:         Please see README.md
homepage:            https://github.com/ncrashed/servant-auth-token#readme
license:             BSD3
license-file:        LICENSE
author:              NCrashed
maintainer:          ncrashed@gmail.com
copyright:           2016 Anton Gushcha
category:            Web
build-type:          Simple
extra-source-files:
  README.md
  CHANGELOG.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:
    Servant.Server.Auth.Token.Persistent
    Servant.Server.Auth.Token.Persistent.Schema
  build-depends:
      base                    >= 4.7    && < 5
    , aeson-injector          >= 1.0    && < 1.1
    , bytestring              >= 0.10   && < 0.11
    , containers              >= 0.5    && < 0.6
    , monad-control           >= 1.0    && < 1.1
    , mtl                     >= 2.2    && < 2.3
    , persistent              >= 2.2    && < 2.7
    , persistent-template     >= 2.1    && < 2.7
    , servant-server          >= 0.9    && < 0.12
    , servant-auth-token      >= 0.4    && < 0.5
    , servant-auth-token-api  >= 0.4    && < 0.5
    , text                    >= 1.2    && < 1.3
    , time                    >= 1.5    && < 1.7
    , transformers            >= 0.4    && < 0.6
    , transformers-base       >= 0.4    && < 0.5
    , uuid                    >= 1.3    && < 1.4
  default-language:    Haskell2010
  default-extensions:
    BangPatterns
    DataKinds
    DeriveGeneric
    FlexibleContexts
    FlexibleInstances
    FunctionalDependencies
    GADTs
    GeneralizedNewtypeDeriving
    KindSignatures
    MultiParamTypeClasses
    OverloadedStrings
    QuasiQuotes
    RecordWildCards
    ScopedTypeVariables
    TemplateHaskell
    TupleSections
    TypeFamilies
    TypeOperators

source-repository head
  type:     git
  location: https://github.com/ncrashed/servant-auth-token