protocol-radius 0.0.1.1 → 0.0.1.2
raw patch · 2 files changed
+16/−3 lines, 2 filesdep +cryptondep −cryptonitePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependencies added: crypton
Dependencies removed: cryptonite
API changes (from Hackage documentation)
- Data.Radius.Attribute.Instances: messageAuthenticator :: forall a_ajZY. Ord a_ajZY => TypedNumber a_ajZY AtString
+ Data.Radius.Attribute.Instances: messageAuthenticator :: forall a_afBm. Ord a_afBm => TypedNumber a_afBm AtString
- Data.Radius.Attribute.Instances: numbersInteger :: forall a_ak23. Ord a_ak23 => TypedNumberSet a_ak23 AtInteger
+ Data.Radius.Attribute.Instances: numbersInteger :: forall a_afEe. Ord a_afEe => TypedNumberSet a_afEe AtInteger
- Data.Radius.Attribute.Instances: numbersIpV4 :: forall a_ak2z. Ord a_ak2z => TypedNumberSet a_ak2z AtIpV4
+ Data.Radius.Attribute.Instances: numbersIpV4 :: forall a_afEX. Ord a_afEX => TypedNumberSet a_afEX AtIpV4
- Data.Radius.Attribute.Instances: numbersString :: forall a_ajZZ. Ord a_ajZZ => TypedNumberSet a_ajZZ AtString
+ Data.Radius.Attribute.Instances: numbersString :: forall a_afBn. Ord a_afBn => TypedNumberSet a_afBn AtString
- Data.Radius.Attribute.Instances: numbersText :: forall a_ajLT. Ord a_ajLT => TypedNumberSet a_ajLT AtText
+ Data.Radius.Attribute.Instances: numbersText :: forall a_afzq. Ord a_afzq => TypedNumberSet a_afzq AtText
- Data.Radius.Attribute.Instances: proxyState :: forall a_ajZW. Ord a_ajZW => TypedNumber a_ajZW AtString
+ Data.Radius.Attribute.Instances: proxyState :: forall a_afBk. Ord a_afBk => TypedNumber a_afBk AtString
- Data.Radius.Attribute.Instances: replyMessage :: forall a_ajLS. Ord a_ajLS => TypedNumber a_ajLS AtText
+ Data.Radius.Attribute.Instances: replyMessage :: forall a_afzp. Ord a_afzp => TypedNumber a_afzp AtText
- Data.Radius.Attribute.Instances: state :: forall a_ajZX. Ord a_ajZX => TypedNumber a_ajZX AtString
+ Data.Radius.Attribute.Instances: state :: forall a_afBl. Ord a_afBl => TypedNumber a_afBl AtString
- Data.Radius.Attribute.Instances: userName :: forall a_ajZV. Ord a_ajZV => TypedNumber a_ajZV AtString
+ Data.Radius.Attribute.Instances: userName :: forall a_afBj. Ord a_afBj => TypedNumber a_afBj AtString
- Data.Radius.Attribute.Pair: Attribute :: !(TypedNumber v a) -> !a -> Attribute v a
+ Data.Radius.Attribute.Pair: Attribute :: !TypedNumber v a -> !a -> Attribute v a
- Data.Radius.Attribute.Pair: Attribute' :: !(NumberAbstract v) -> !ByteString -> Attribute' v
+ Data.Radius.Attribute.Pair: Attribute' :: !NumberAbstract v -> !ByteString -> Attribute' v
- Data.Radius.Implements: NoMessageAuthenticator :: (Attributes v) -> AuthenticatorError v
+ Data.Radius.Implements: NoMessageAuthenticator :: Attributes v -> AuthenticatorError v
- Data.Radius.StreamPut.Base: attribute' :: (a -> ByteString -> Put) -> (Attribute' a) -> Put
+ Data.Radius.StreamPut.Base: attribute' :: (a -> ByteString -> Put) -> Attribute' a -> Put
Files
- ChangeLog.md +4/−0
- protocol-radius.cabal +12/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for protocol-radius +## 0.0.1.2++* switch dep, from cryptonite to crypton+ ## 0.0.1.0 * First version.
protocol-radius.cabal view
@@ -1,5 +1,5 @@ name: protocol-radius-version: 0.0.1.1+version: 0.0.1.2 synopsis: parser and printer for radius protocol packet description: This package provides parser and printer for radius protocol packet.@@ -12,7 +12,16 @@ build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10-tested-with: GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3+tested-with: GHC == 9.10.1+ , GHC == 9.8.2+ , GHC == 9.6.5+ , GHC == 9.4.8+ , GHC == 9.2.8+ , GHC == 9.0.2+ , GHC == 8.10.7+ , GHC == 8.8.1, GHC == 8.8.4+ , GHC == 8.6.1, GHC == 8.6.2, GHC == 8.6.3, GHC == 8.6.4, GHC == 8.6.5+ , GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3 , GHC == 8.2.1, GHC == 8.2.2 , GHC == 8.0.1, GHC == 8.0.2 , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3@@ -51,7 +60,7 @@ , template-haskell , cereal , memory >=0.13- , cryptonite >=0.13+ , crypton hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall