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: 4e183dbb291b0ffc54720787b1e1dc1ed8daad09f949e412b03d95624c2e25a3 name: NaCl version: 0.1.0.0 synopsis: Easy-and-safe-to-use library for cryptography. description: TBD 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: Lib other-modules: Paths_NaCl hs-source-dirs: lib ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.10 && <4.15 , libsodium >=1.0 && <2 , 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.Utf8.Choice Test.Utf8.ReadWrite Test.Utf8.Set Test.Util Tree Paths_NaCl hs-source-dirs: test ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-tool-depends: tasty-discover:tasty-discover build-depends: HUnit , base >=4.10 && <4.15 , hedgehog , nacl , tasty , tasty-hedgehog , tasty-hunit , text >=0.7 && <1.3 default-language: Haskell2010