File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
-
3
2
name : saml2-web-sso
4
3
version : 0.20
5
4
synopsis :
@@ -10,7 +9,7 @@ category: System
10
9
author : Wire Swiss GmbH
11
10
maintainer : Wire Swiss GmbH <
[email protected] >
12
11
copyright : (c) 2017 Wire Swiss GmbH
13
- license : AGPL-3
12
+ license : AGPL-3.0-only
14
13
license-file : LICENSE
15
14
build-type : Simple
16
15
@@ -77,7 +76,7 @@ library
77
76
-Wincomplete-uni-patterns -Wtabs -Werror
78
77
79
78
build-depends :
80
- aeson >= 1.4.5.0
79
+ , aeson >= 1.4.5.0
81
80
, asn1-encoding >= 0.9.6
82
81
, asn1-parse >= 0.9.5
83
82
, asn1-types >= 0.3.3
@@ -181,7 +180,7 @@ executable toy-sp
181
180
-Wincomplete-uni-patterns -Wtabs -Werror
182
181
183
182
build-depends :
184
- aeson >= 1.4.5.0
183
+ , aeson >= 1.4.5.0
185
184
, asn1-encoding >= 0.9.6
186
185
, asn1-parse >= 0.9.5
187
186
, asn1-types >= 0.3.3
@@ -302,7 +301,7 @@ test-suite spec
302
301
-with-rtsopts=-N
303
302
304
303
build-depends :
305
- aeson >= 1.4.5.0
304
+ , aeson >= 1.4.5.0
306
305
, asn1-encoding >= 0.9.6
307
306
, asn1-parse >= 0.9.5
308
307
, asn1-types >= 0.3.3
You can’t perform that action at this time.
0 commit comments