-- Initial saltine-quickcheck.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: saltine-quickcheck
version: 0.1.0.0
synopsis: Quickcheck implementations for some NaCl data
homepage: https://github.com/tsuraan/saltine-quickcheck
license: MIT
license-file: LICENSE
author: Jay Groven
maintainer: tsuraan@gmail.com
category: Cryptography
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Crypto.Saltine.QuickCheck
build-depends: base >=4.7 && <4.8
, bytestring
, bytestring-arbitrary
, hex
, QuickCheck
, saltine
hs-source-dirs: src
default-language: Haskell2010
extra-libraries: sodium
ghc-options: -Wall
test-suite test-all
type: exitcode-stdio-1.0
main-is: TestAll.hs
build-depends: base >=4.6 && < 4.8
, bytestring-arbitrary
, QuickCheck >= 2.1
, saltine
, saltine-quickcheck
, tasty
, tasty-quickcheck
hs-source-dirs: tests
default-language: Haskell2010
ghc-options: -Wall