persona-0.2.0.0: persona.cabal
name: persona
version: 0.2.0.0
synopsis: Persona (BrowserID) library
description: Persona (BrowesrID) library
homepage: https://github.com/frasertweedale/hs-persona
bug-reports: https://github.com/frasertweedale/hs-persona/issues
license: AGPL-3
license-file: agpl-3.0.txt
extra-source-files:
README.md
author: Fraser Tweedale
maintainer: frase@frase.id.au
copyright: Copyright (C) 2013, 2014, 2015 Fraser Tweedale
category: Web
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/frasertweedale/hs-persona.git
library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
build-depends:
base == 4.*
, aeson >= 0.7
, data-default-class
, lens >= 4.3
, network-uri >= 2.6
, text >= 0.11
, time >= 1.4
, unordered-containers >= 0.2
, jose >= 0.4
exposed-modules:
Crypto.Persona