datacrypto-1.1.0: datacrypto.cabal
cabal-version: 3.0
name: datacrypto
version: 1.1.0
license: MIT
author: jb@doctorbirch.com
build-type: Simple
extra-doc-files: CHANGELOG.md
category: Data, Security
maintainer: None
description: Block cipher encryption library
synopsis: Encryption library
library
default-extensions:
BangPatterns,
DerivingStrategies,
Safe
exposed-modules: Data.Crypto
build-depends: base ^>=4.20.0.0
hs-source-dirs: src
default-language: Haskell2010