Cabal revisions of radius-0.5.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: radius version: 0.5.0.1+x-revision: 1 synopsis: Remote Authentication Dial In User Service (RADIUS) description: This module provides types and on the wire de/coding of RADIUS packets as per RFC2865-homepage: https://github.com/erickg/radius#readme+homepage: https://gitlab.com/codemonkeylabs/radius#readme+bug-reports: https://gitlab.com/codemonkeylabs/radius/issues license: BSD3 license-file: LICENSE author: Erick Gonzalez exposed-modules: Network.RADIUS.Encoding , Network.RADIUS.Microsoft , Network.RADIUS.Types- build-depends: base >= 4.7 && < 5- , binary- , bytestring- , cryptonite- , iproute- , memory+ build-depends: base >= 4.9.1.0 && < 5+ , binary >= 0.8.3.0 && < 1.0+ , bytestring >= 0.10.8.1 && < 1.0+ , cryptonite >= 0.23 && < 1.0+ , iproute >= 1.7.1 && < 2.0+ , memory >= 0.14.11 && < 1.0 default-language: Haskell2010 ghc-options: -Wall source-repository head type: git- location: https://github.com/erickg/radius+ location: https://gitlab.com/codemonkeylabs/radius