dsc-0.1.0: dsc.cabal
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: dsc
version: 0.1.0
synopsis: Helper functions for setting up Double Submit Cookie defense for forms
description: See README at <https://github.com/qoelet/dsc#readme>
homepage: https://github.com/qoelet/storeviva-login#readme
bug-reports: https://github.com/qoelet/storeviva-login/issues
license: MIT
license-file: LICENSE
maintainer: Kenny Shen <kenny@machinesung.com>
category: Web
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/qoelet/storeviva-login
library
hs-source-dirs:
src
ghc-options: -Wall
exposed-modules:
Web.Csrf
other-modules:
Paths_dsc
build-depends:
base >= 4.7 && < 5
, base64-bytestring
, bytestring
, SimpleAES
, string-conversions
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
src
ghc-options: -Wall
cpp-options: -DTEST
build-depends:
base >= 4.7 && < 5
, base64-bytestring
, bytestring
, SimpleAES
, string-conversions
, hspec == 2.*
, QuickCheck
other-modules:
CsrfSpec
Web.Csrf
default-language: Haskell2010