Cabal revisions of eap-0.7.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: eap version: 0.7.0.0+x-revision: 1 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://github.com/erickg/eap#readme+homepage: https://gitlab.com/codemonkeylabs/eap#readme+bug-reports: https://gitlab.com/codemonkeylabs/eap/issues license: BSD3 license-file: LICENSE author: Erick Gonzalez exposed-modules: Network.EAP.Authentication , Network.EAP.Encoding , Network.EAP.Types- build-depends: base >= 4.7 && < 5- , binary- , bytestring- , cryptonite- , memory- , mtl- , pretty-hex+ build-depends: base >= 4.8.2 && < 5+ , binary >= 0.7.5.0 && < 1.0 + , bytestring >= 0.10.6.0 && < 1.0+ , cryptonite >= 0.21 && < 1.0+ , memory >= 0.13 && < 1.0+ , mtl >= 2.2.1 && < 3.0+ , pretty-hex >= 1.0 && < 2.0 default-language: Haskell2010 ghc-options: -Wall source-repository head type: git- location: https://github.com/erickg/eap+ location: https://gitlab.com/codemonkeylabs/eap