-- Initial chunked-crypto.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: chunked-crypto version: 0.1.0.0 -- synopsis: -- description: homepage: https://sealgram.com/git/haskell/chunked-crypto license: MIT license-file: LICENSE author: Marcos Dumay de Medeiros maintainer: marcos@marcosdumay.com -- copyright: category: System build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Crypto.Chunked, Crypto.ChunkedAlgorithms -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8, word8 >= 0.1 && <0.2, bytestring >=0.10 && <0.11, memory >=0.10 && <0.11, cryptonite >=0.10 && <0.11 hs-source-dirs: src default-language: Haskell2010 Test-suite roundtrips type: detailed-0.9 test-module: RoundTrips hs-source-dirs: test build-depends: base >=4.7 && <5.0, Cabal >= 1.9.2, bytestring >=0.10 && <1.0, cryptonite >=0.10 && <0.11, chunked-crypto other-modules: Base ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded default-language: Haskell2010