@@ -106,7 +106,7 @@ library
106
106
deepseq >= 1.1 && < 2 ,
107
107
text >= 1.2 && < 1.3 || >= 2.0 && < 2.2
108
108
-- cc-options: -Wall
109
- -- ghc-options: -Wall -funbox-strict-fields
109
+ -- ghc-options: -Wall -funbox-strict-fields
110
110
if flag(XFFI)
111
111
exposed-modules :
112
112
Botan.Low.X509.CA
@@ -118,7 +118,7 @@ library
118
118
Botan.Low.X509.Options
119
119
Botan.Low.X509.Path
120
120
Botan.Low.X509.Store
121
- cpp-options : -DXFFI
121
+ cpp-options : -DXFFI
122
122
123
123
-- test-suite botan-low-tests
124
124
-- type: exitcode-stdio-1.0
@@ -171,7 +171,7 @@ library
171
171
-- Botan.Low.ZFECSpec
172
172
-- Test.Prelude
173
173
-- Paths_botan_low
174
- -- -- ghc-options:
174
+ -- -- ghc-options:
175
175
-- default-language: Haskell2010
176
176
-- default-extensions:
177
177
-- NoImplicitPrelude
@@ -190,7 +190,7 @@ library
190
190
-- -- Botan.Low.X509.OptionsSpec
191
191
-- -- Botan.Low.X509.PathSpec
192
192
-- -- Botan.Low.X509.StoreSpec
193
- -- -- cpp-options: -DXFFI
193
+ -- -- cpp-options: -DXFFI
194
194
195
195
--
196
196
-- Unit tests
@@ -235,6 +235,8 @@ test-suite botan-low-block-cipher-tests
235
235
OverloadedStrings
236
236
237
237
test-suite botan-low-cipher-tests
238
+ buildable : False
239
+
238
240
type : exitcode-stdio-1.0
239
241
main-is : Botan/Low/CipherSpec.hs
240
242
hs-source-dirs : test/
@@ -368,6 +370,8 @@ test-suite botan-low-mac-tests
368
370
OverloadedStrings
369
371
370
372
test-suite botan-low-mpi-tests
373
+ buildable : False
374
+
371
375
type : exitcode-stdio-1.0
372
376
main-is : Botan/Low/MPISpec.hs
373
377
hs-source-dirs : test/
@@ -387,6 +391,8 @@ test-suite botan-low-mpi-tests
387
391
OverloadedStrings
388
392
389
393
test-suite botan-low-pubkey-tests
394
+ buildable : False
395
+
390
396
type : exitcode-stdio-1.0
391
397
main-is : Botan/Low/PubKeySpec.hs
392
398
hs-source-dirs : test/
@@ -444,6 +450,8 @@ test-suite botan-low-pubkey-dh-tests
444
450
OverloadedStrings
445
451
446
452
test-suite botan-low-pubkey-dsa-tests
453
+ buildable : False
454
+
447
455
type : exitcode-stdio-1.0
448
456
main-is : Botan/Low/PubKey/DSASpec.hs
449
457
hs-source-dirs : test/
@@ -693,6 +701,8 @@ test-suite botan-low-pubkey-x25519-tests
693
701
-- TODO: Pubkey folder tests
694
702
695
703
test-suite botan-low-pwdhash-tests
704
+ buildable : False
705
+
696
706
type : exitcode-stdio-1.0
697
707
main-is : Botan/Low/PwdHashSpec.hs
698
708
hs-source-dirs : test/
@@ -731,6 +741,8 @@ test-suite botan-low-rng-tests
731
741
OverloadedStrings
732
742
733
743
test-suite botan-low-srp6-tests
744
+ buildable : False
745
+
734
746
type : exitcode-stdio-1.0
735
747
main-is : Botan/Low/SRP6Spec.hs
736
748
hs-source-dirs : test/
0 commit comments