encryptable-0.1: encryptable.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
name: encryptable
version: 0.1
synopsis: Typed encryption with persistent support
description: You can find documentation at <http://hackage.haskell.org/package/encryptable/docs/Data-Encryptable.html hackage>
category: Cryptography, Database, Yesod
homepage: https://github.com/coingaming/encryptable#readme
bug-reports: https://github.com/coingaming/encryptable/issues
author: Ilja Tkachuk <tkachuk.labs@gmail.com>
maintainer: Ilja Tkachuk <tkachuk.labs@gmail.com>
copyright: 2020 Coingaming <hello@coingaming.io>
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/coingaming/encryptable
library
exposed-modules:
Data.Encryptable
other-modules:
Paths_encryptable
hs-source-dirs:
src
default-extensions: NoImplicitPrelude MultiParamTypeClasses LambdaCase OverloadedStrings ScopedTypeVariables
ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction
build-depends:
QuickCheck >=2.13.2 && <2.14
, base >=4.7 && <5
, bytestring >=0.10.8 && <0.11
, cryptonite >=0.25 && <0.27
, esqueleto >=3.0.0 && <3.4
, generic-arbitrary >=0.1.0 && <0.2
, hspec >=2.7.1 && <2.8
, persistent >=2.9.2 && <2.10
, persistent-template >=2.6.0 && <2.7
, quickcheck-instances >=0.3.22 && <0.4
, text >=1.2.3 && <1.3
, universum >=1.5.0 && <1.6
default-language: Haskell2010
test-suite encryptable-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
EncryptableSpec
TestEnv
UserSpec
Paths_encryptable
hs-source-dirs:
test
default-extensions: NoImplicitPrelude MultiParamTypeClasses LambdaCase OverloadedStrings ScopedTypeVariables
ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck >=2.13.2 && <2.14
, base >=4.7 && <5
, bytestring >=0.10.8 && <0.11
, cryptonite >=0.25 && <0.27
, encryptable
, esqueleto >=3.0.0 && <3.4
, generic-arbitrary >=0.1.0 && <0.2
, hspec >=2.7.1 && <2.8
, persistent >=2.9.2 && <2.10
, persistent-template >=2.6.0 && <2.7
, quickcheck-instances >=0.3.22 && <0.4
, text >=1.2.3 && <1.3
, universum >=1.5.0 && <1.6
default-language: Haskell2010