name: eap version: 0.9.0.2 synopsis: Extensible Authentication Protocol (EAP) description: This module provides types and on the wire de/coding of EAP packets as per RFC 3748 homepage: https://gitlab.com/codemonkeylabs/eap#readme license: BSD3 license-file: LICENSE author: Erick Gonzalez maintainer: erick@codemonkeylabs.de copyright: 2018 Erick Gonzalez category: Network build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Network.EAP.MSCHAPv2 , Network.EAP.Encoding , Network.EAP.Types build-depends: base >= 4.7 && < 5 , binary , bytestring , cryptonite , memory , mtl , pretty-hex default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: https://gitlab.com/codemonkeylabs/eap