servant-auth-token-0.4.7.1: example/persistent/servant-auth-token-example-persistent.cabal
name: servant-auth-token-example-persistent
version: 0.4.0.2
synopsis: Example server for token auth for persistent backend
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: 2017 Anton Gushcha
category: Web
build-type: Simple
cabal-version: >=1.10
executable servant-auth-token-example-persistent
hs-source-dirs: src
main-is: Main.hs
other-modules:
API
Config
Monad
Server
default-language: Haskell2010
build-depends:
base >= 4.7 && < 5
, aeson >= 0.11 && < 1.3
, aeson-injector >= 1.0 && < 1.1
, bytestring >= 0.10 && < 0.11
, exceptions >= 0.8 && < 0.9
, http-types >= 0.9 && < 0.10
, monad-control >= 1.0 && < 1.1
, monad-logger >= 0.3 && < 0.4
, mtl >= 2.2 && < 2.3
, optparse-applicative >= 0.12 && < 0.14
, persistent >= 2.6 && < 2.7
, persistent-postgresql >= 2.6 && < 2.7
, servant >= 0.11 && < 0.12
, servant-auth-token >= 0.4 && < 0.5
, servant-auth-token-api >= 0.4 && < 0.5
, servant-auth-token-persistent >= 0.4 && < 0.6
, servant-server >= 0.9 && < 0.12
, text >= 1.2 && < 1.3
, time >= 1.6 && < 1.7
, transformers-base >= 0.4 && < 0.5
, wai >= 3.2 && < 3.3
, wai-extra >= 3.0 && < 3.1
, warp >= 3.2 && < 3.3
, yaml >= 0.8 && < 0.9
default-extensions:
BangPatterns
DataKinds
DeriveFunctor
DeriveGeneric
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GeneralizedNewtypeDeriving
MultiParamTypeClasses
OverloadedStrings
RecordWildCards
RecursiveDo
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TypeFamilies
TypeOperators
UndecidableInstances
ghc-options: -threaded