-
Notifications
You must be signed in to change notification settings - Fork 0
/
radius.cabal
32 lines (30 loc) · 1.09 KB
/
radius.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: radius
version: 0.5.0.0
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
license: BSD3
license-file: LICENSE
author: Erick Gonzalez
maintainer: [email protected]
copyright: 2017 Erick Gonzalez
category: Network
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Network.RADIUS.Encoding
, Network.RADIUS.Microsoft
, Network.RADIUS.Types
build-depends: base >= 4.7 && < 5
, binary
, bytestring
, cryptonite
, iproute
, memory
default-language: Haskell2010
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/erickg/radius