cabal-version: 1.18 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: dd92ae924c555d3e70eeaacc6724115471fcf860620268dd958a7ce989cd8229 name: NaCl version: 0.0.1.0 synopsis: Easy-and-safe-to-use library for cryptography description: This library uses under the hood, but only exposes the primitives that are part of the “classic” NaCl interface. We believe, it is better to be paranoid than sorry. . __Note: this package is experimental and WIP.__ . = Secret-key cryptography . * Authenticated encryption: "Crypto.Secretbox" category: Cryptography homepage: https://github.com/serokell/haskell-nacl#readme bug-reports: https://github.com/serokell/haskell-nacl/issues author: Kirill Elagin maintainer: Kirill Elagin copyright: 2020 Serokell license: MPL-2.0 license-file: LICENSES/MPL-2.0.txt build-type: Simple extra-doc-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/serokell/haskell-nacl library exposed-modules: Crypto.Secretbox Crypto.Secretbox.Internal Data.ByteArray.Sized Data.ByteArray.Sized.Internal other-modules: Paths_NaCl hs-source-dirs: lib default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses NumericUnderscores OverloadedStrings PolyKinds ScopedTypeVariables ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.10 && <4.15 , bytestring >=0.9 && <0.11 , gdp , libsodium >=1.0 && <2 , memory , safe-exceptions >=0.1 && <0.2 , text >=0.7 && <1.3 default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Test.hs other-modules: Test.Crypto.Secretbox Paths_NaCl hs-source-dirs: test default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving KindSignatures MultiParamTypeClasses NumericUnderscores OverloadedStrings PolyKinds ScopedTypeVariables ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-tool-depends: tasty-discover:tasty-discover build-depends: HUnit , NaCl , base >=4.10 && <4.15 , bytestring >=0.9 && <0.11 , hedgehog , libsodium , tasty , tasty-hedgehog , tasty-hunit , text >=0.7 && <1.3 default-language: Haskell2010