-- Initial tox-crypto.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: tox-crypto version: 0.1.0.0 -- synopsis: -- description: license: BSD3 license-file: LICENSE author: James Crayne maintainer: jim.crayne@gmail.com -- copyright: -- category: build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 library C-sources: cbits/crc4_itu.c exposed-modules: Crypto.Tox other-modules: DebugTag, Codec.AsciiKey256 other-extensions: CPP , GeneralizedNewtypeDeriving , ScopedTypeVariables , KindSignatures , DeriveDataTypeable , DeriveFunctor , DeriveGeneric , DeriveTraversable , TypeOperators , MagicHash , UnboxedTuples , BangPatterns , MultiParamTypeClasses , ConstraintKinds , Rank2Types , NamedFieldPuns , PatternSynonyms , FlexibleContexts build-depends: base , cpu , memory , base32-bytestring , base64-bytestring , base16-bytestring , text , cereal , word64-map , contravariant , rank2classes , network , bytestring , stm , ghc-prim , time , cryptonite , dput-hslogger , hashable , minmax-psq hs-source-dirs: src default-language: Haskell2010