Skip to content

Commit 628805a

Browse files
committed
bump version to 0.2.0
1 parent 874627a commit 628805a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hsaml2.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hsaml2
2-
version: 0.1.2
2+
version: 0.2.0
33
synopsis: OASIS Security Assertion Markup Language (SAML) V2.0
44
description: Direct implementation of the SAML XML standard (https://www.oasis-open.org/standards#samlv2.0), along with some related dependencies. This is currently partial, as the standard is quite extensive, but is sufficient to build a functioning SP and fully validate responses. The module layout basically follows the standard definition documentation. Its use still requires a fairly extensive understanding of SAML.
55
license: Apache-2.0
@@ -10,7 +10,6 @@ copyright: 2016
1010
category: Security, Network, Web
1111
build-type: Simple
1212
cabal-version: >=1.10
13-
tested-with: GHC == 8.0.2 || == 8.2.2 || == 8.4.4 || == 8.6.5 || == 8.8.3
1413

1514
extra-source-files:
1615
test/Metadata/metadata-idp.xml

0 commit comments

Comments
 (0)