40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
-- This file has been generated from package.yaml by hpack version 0.21.2.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
--
|
|
-- hash: 58e6a5c78e58b86751a93cc27c85fb09bbdd1b80ba3aaae841dca1bae5abd231
|
|
|
|
name: cryptoids-class
|
|
version: 0.0.0
|
|
synopsis: Typeclass-based interface to cryptoids
|
|
category: Web
|
|
author: Gregor Kleen <aethoago@141.li>
|
|
maintainer: Gregor Kleen <aethoago@141.li>
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
cabal-version: >= 1.10
|
|
|
|
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
|
|
ghc-options: -Wall -fno-warn-name-shadowing
|
|
build-depends:
|
|
base
|
|
, cryptoids-types
|
|
, exceptions
|
|
default-language: Haskell2010
|