u2f-0.1.0.0: u2f.cabal
-- Initial u2f.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: u2f
version: 0.1.0.0
synopsis: Haskell Universal Two Factor helper toolbox library thing
description: Library useful for server-side U2F Registration and Signin flows.
homepage: https://github.com/EButlerIV/u2f
license: BSD3
license-file: LICENSE
author: Eugene Butler
maintainer: eugene@eugene4.com
-- copyright:
category: Web
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: U2F
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9
, cryptonite >= 0.17
, binary >= 0.8.4.0
, text
, asn1-encoding
, asn1-types
, base64-bytestring
, cryptohash
, aeson
, bytestring
, either-unwrap
hs-source-dirs: src
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: tests/test.hs
build-depends: base
, hspec
, u2f
, text
, bytestring