Skip to content

Commit

Permalink
Update from Hackage at 2019-07-03T12:46:04Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jul 3, 2019
1 parent f1fafa6 commit cb467f8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions radius/0.6.0.2/radius.cabal
@@ -0,0 +1,32 @@
name: radius
version: 0.6.0.2
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://gitlab.com/codemonkeylabs/RADIUS
license: BSD3
license-file: LICENSE
author: Erick Gonzalez
maintainer: erick@codemonkeylabs.de
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://gitlab.com/codemonkeylabs/RADIUS
1 change: 1 addition & 0 deletions radius/0.6.0.2/radius.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"d0cfa92fd68b406c60c98447271a3d44","Skein512_512":"f4f7bd3d15d46d425885323e9e8e0942e5fe9f5774f80ddad91b2d2811d4e25ead14e5c540e4e6dbbff548af7ec78c531bb3d2e87045ff6a287046d1c56f90b9","SHA1":"ae06bd80f27f81c7e572901a3a3b204822c76fdb","SHA512":"ff6a19be5cbfe42f1919a51b0374322a6a9f840206baa4ec5e404804b558a90352f6cb850923cd24247e8d9b5c531b01f6fbe478397b3f9bff545890bd288083","SHA256":"1f1ad7bc8909c4ba48e3bfd027043819ee7ad3f603d4dd4c725de668d320135e"},"package-locations":["https://hackage.haskell.org/package/radius-0.6.0.2/radius-0.6.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/radius-0.6.0.2.tar.gz"],"package-size":9963}

0 comments on commit cb467f8

Please sign in to comment.