Skip to content

Commit 9795f69

Browse files
supersvenfisx
authored andcommitted
saml2-web-sso: Format cabal file
1 parent 4e0963c commit 9795f69

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

libs/saml2-web-sso/saml2-web-sso.cabal

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
cabal-version: 3.0
2-
32
name: saml2-web-sso
43
version: 0.20
54
synopsis:
@@ -10,7 +9,7 @@ category: System
109
author: Wire Swiss GmbH
1110
maintainer: Wire Swiss GmbH <[email protected]>
1211
copyright: (c) 2017 Wire Swiss GmbH
13-
license: AGPL-3
12+
license: AGPL-3.0-only
1413
license-file: LICENSE
1514
build-type: Simple
1615

@@ -77,7 +76,7 @@ library
7776
-Wincomplete-uni-patterns -Wtabs -Werror
7877

7978
build-depends:
80-
aeson >=1.4.5.0
79+
, aeson >=1.4.5.0
8180
, asn1-encoding >=0.9.6
8281
, asn1-parse >=0.9.5
8382
, asn1-types >=0.3.3
@@ -181,7 +180,7 @@ executable toy-sp
181180
-Wincomplete-uni-patterns -Wtabs -Werror
182181

183182
build-depends:
184-
aeson >=1.4.5.0
183+
, aeson >=1.4.5.0
185184
, asn1-encoding >=0.9.6
186185
, asn1-parse >=0.9.5
187186
, asn1-types >=0.3.3
@@ -302,7 +301,7 @@ test-suite spec
302301
-with-rtsopts=-N
303302

304303
build-depends:
305-
aeson >=1.4.5.0
304+
, aeson >=1.4.5.0
306305
, asn1-encoding >=0.9.6
307306
, asn1-parse >=0.9.5
308307
, asn1-types >=0.3.3

0 commit comments

Comments
 (0)