@@ -41,8 +41,6 @@ source-repository head
41
41
42
42
Library
43
43
build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5
44
- if impl(ghc)
45
- build-depends : ghc-prim
46
44
47
45
ghc-options : -O2 -Wall
48
46
@@ -221,8 +219,7 @@ benchmark lookupge-intmap
221
219
base >= 4.6 && < 5 ,
222
220
containers,
223
221
gauge >= 0.2.3 && < 0.3 ,
224
- deepseq >= 1.1.0.0 && < 1.5 ,
225
- ghc-prim
222
+ deepseq >= 1.1.0.0 && < 1.5
226
223
227
224
benchmark lookupge-map
228
225
type : exitcode-stdio-1.0
@@ -250,8 +247,7 @@ benchmark lookupge-map
250
247
base >= 4.6 && < 5 ,
251
248
containers,
252
249
gauge >= 0.2.3 && < 0.3 ,
253
- deepseq >= 1.1.0.0 && < 1.5 ,
254
- ghc-prim
250
+ deepseq >= 1.1.0.0 && < 1.5
255
251
256
252
-------------------
257
253
-- T E S T I N G --
@@ -280,7 +276,7 @@ Test-suite map-lazy-properties
280
276
type : exitcode-stdio-1.0
281
277
cpp-options : -DTESTING
282
278
283
- build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5 , ghc-prim
279
+ build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5
284
280
ghc-options : -O2
285
281
other-extensions : CPP, BangPatterns
286
282
include-dirs : include
@@ -314,7 +310,7 @@ Test-suite map-strict-properties
314
310
type : exitcode-stdio-1.0
315
311
cpp-options : -DTESTING -DSTRICT
316
312
317
- build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5 , ghc-prim
313
+ build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5
318
314
ghc-options : -O2
319
315
other-extensions : CPP, BangPatterns
320
316
include-dirs : include
@@ -336,7 +332,7 @@ Test-suite bitqueue-properties
336
332
type : exitcode-stdio-1.0
337
333
cpp-options : -DTESTING
338
334
339
- build-depends : base >= 4.6 && < 5 , ghc-prim
335
+ build-depends : base >= 4.6 && < 5
340
336
ghc-options : -O2
341
337
other-extensions : CPP, BangPatterns
342
338
include-dirs : include
@@ -360,7 +356,7 @@ Test-suite set-properties
360
356
type : exitcode-stdio-1.0
361
357
cpp-options : -DTESTING
362
358
363
- build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5 , ghc-prim
359
+ build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5
364
360
ghc-options : -O2
365
361
other-extensions : CPP, BangPatterns
366
362
include-dirs : include
@@ -390,7 +386,7 @@ Test-suite intmap-lazy-properties
390
386
type : exitcode-stdio-1.0
391
387
cpp-options : -DTESTING
392
388
393
- build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5 , ghc-prim
389
+ build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5
394
390
ghc-options : -O2
395
391
other-extensions : CPP, BangPatterns
396
392
include-dirs : include
@@ -420,7 +416,7 @@ Test-suite intmap-strict-properties
420
416
type : exitcode-stdio-1.0
421
417
cpp-options : -DTESTING -DSTRICT
422
418
423
- build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5 , ghc-prim
419
+ build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5
424
420
ghc-options : -O2
425
421
other-extensions : CPP, BangPatterns
426
422
include-dirs : include
@@ -447,7 +443,7 @@ Test-suite intset-properties
447
443
type : exitcode-stdio-1.0
448
444
cpp-options : -DTESTING
449
445
450
- build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5 , ghc-prim
446
+ build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5
451
447
ghc-options : -O2
452
448
other-extensions : CPP, BangPatterns
453
449
include-dirs : include
@@ -472,7 +468,7 @@ Test-suite seq-properties
472
468
type : exitcode-stdio-1.0
473
469
cpp-options : -DTESTING
474
470
475
- build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5 , ghc-prim
471
+ build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5
476
472
ghc-options : -O2
477
473
other-extensions : CPP, BangPatterns
478
474
include-dirs : include
@@ -496,7 +492,7 @@ Test-suite tree-properties
496
492
type : exitcode-stdio-1.0
497
493
cpp-options : -DTESTING
498
494
499
- build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5 , ghc-prim
495
+ build-depends : base >= 4.6 && < 5 , array >= 0.4.0.0 , deepseq >= 1.2 && < 1.5
500
496
ghc-options : -O2
501
497
other-extensions : CPP, BangPatterns
502
498
include-dirs : include
@@ -531,7 +527,6 @@ test-suite map-strictness-properties
531
527
ChasingBottoms,
532
528
deepseq >= 1.2 && < 1.5 ,
533
529
QuickCheck >= 2.7.1 ,
534
- ghc-prim,
535
530
test-framework >= 0.3.3 ,
536
531
test-framework-quickcheck2 >= 0.2.9
537
532
@@ -560,7 +555,6 @@ test-suite intmap-strictness-properties
560
555
ChasingBottoms,
561
556
deepseq >= 1.2 && < 1.5 ,
562
557
QuickCheck >= 2.7.1 ,
563
- ghc-prim,
564
558
test-framework >= 0.3.3 ,
565
559
test-framework-quickcheck2 >= 0.2.9
566
560
@@ -585,7 +579,6 @@ test-suite intset-strictness-properties
585
579
ChasingBottoms,
586
580
deepseq >= 1.2 && < 1.5 ,
587
581
QuickCheck >= 2.7.1 ,
588
- ghc-prim,
589
582
test-framework >= 0.3.3 ,
590
583
test-framework-quickcheck2 >= 0.2.9
591
584
@@ -605,7 +598,6 @@ test-suite listutils-properties
605
598
ChasingBottoms,
606
599
deepseq >= 1.2 && < 1.5 ,
607
600
QuickCheck >= 2.7.1 ,
608
- ghc-prim,
609
601
test-framework >= 0.3.3 ,
610
602
test-framework-quickcheck2 >= 0.2.9
611
603
0 commit comments