cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: dd9f9a0b050372518a87252f0a06cdf31bc4d937f491d2e05e3d74bfef2b9129 name: cryptoids-class version: 0.0.0 synopsis: Typeclass-based interface to cryptoids category: Web author: Gregor Kleen maintainer: Gregor Kleen license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: changes.md source-repository head type: git location: https://git.rheperire.org/cryptoids/cryptoids-class library exposed-modules: Data.CryptoID.Class Data.CryptoID.Class.ImplicitNamespace other-modules: Paths_cryptoids_class hs-source-dirs: src default-extensions: DataKinds KindSignatures MultiParamTypeClasses TypeFamilies FlexibleContexts ConstraintKinds PatternSynonyms TypeFamilyDependencies ghc-options: -Wall -fno-warn-name-shadowing build-depends: base >=4.9 && <5 , cryptoids-types >=0.0.0 && <1.1 , exceptions >=0.8.3 && <0.11 default-language: Haskell2010