forked from haskell-CI/haskell-ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabal.project.lts-1.1
867 lines (867 loc) · 123 KB
/
cabal.project.lts-1.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
-- collection-id: lts-1.1
with-compiler: ghc-7.8.4
-- tools = [("ghc","7.8.4",[]),("alex","3.1.4",[]),("c2hs","0.20.1",[]),("cpphs","1.18.6",[]),("happy","1.19.5",[]),("gtk2hs-buildtools","0.13.0.3",[])]
constraints:
Cabal == 1.18.1.5,
array == 0.5.0.0,
base == 4.7.0.2,
bin-package-db == 0.0.0.0,
binary == 0.7.1.0,
bytestring == 0.10.4.0,
containers == 0.5.5.1,
deepseq == 1.3.0.2,
directory == 1.2.1.0,
filepath == 1.3.0.2,
ghc == 7.8.4,
ghc-prim == 0.3.1.0,
haskeline == 0.7.1.2,
haskell2010 == 1.1.2.0,
haskell98 == 2.0.0.3,
hoopl == 3.10.0.1,
hpc == 0.6.0.1,
integer-gmp == 0.5.1.0,
old-locale == 1.0.0.6,
old-time == 1.1.0.2,
pretty == 1.1.1.1,
process == 1.2.0.0,
rts == 1.0,
template-haskell == 2.9.0.0,
terminfo == 0.4.0.0,
time == 1.4.2,
transformers == 0.3.0.0,
unix == 2.7.0.1,
xhtml == 3000.2.1
constraints:
AC-Vector == 2.3.2, AC-Vector +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
BlastHTTP == 1.0.1, BlastHTTP +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
BlogLiterately == 0.7.1.7, BlogLiterately +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
BlogLiterately-diagrams == 0.1.4.3, BlogLiterately-diagrams +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Boolean == 0.2.3, Boolean +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
BoundedChan == 1.0.3.0, BoundedChan +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Chart == 1.3.2, Chart +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Chart-diagrams == 1.3.2, Chart-diagrams +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ChasingBottoms == 1.3.0.9, ChasingBottoms +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
DAV == 1.0.3, DAV +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Decimal == 0.4.2, Decimal +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Diff == 0.3.0, Diff +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
FenwickTree == 0.1.2, FenwickTree +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
FontyFruity == 0.4.1, FontyFruity +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
GLURaw == 1.4.0.2, GLURaw +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
GLUT == 2.5.1.1, GLUT +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
GenericPretty == 1.2.1, GenericPretty +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Glob == 0.7.5, Glob +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
HCodecs == 0.5, HCodecs +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
HStringTemplate == 0.7.3, HStringTemplate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
HTF == 0.12.2.3, HTF +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
HTTP == 4000.2.19, HTTP +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
HUnit == 1.2.5.2, HUnit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
HaTeX == 3.16.0.0, HaTeX +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
HaXml == 1.25.2, HaXml +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
HandsomeSoup == 0.3.5, HandsomeSoup +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
IfElse == 0.85, IfElse +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
JuicyPixels == 3.2.2, JuicyPixels +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
JuicyPixels-repa == 0.7, JuicyPixels-repa +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
MaybeT == 0.1.2, MaybeT +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
MemoTrie == 0.6.2, MemoTrie +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
MissingH == 1.3.0.1, MissingH +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
MonadCatchIO-transformers == 0.3.1.3, MonadCatchIO-transformers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
MonadPrompt == 1.0.0.5, MonadPrompt +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
MonadRandom == 0.3.0.1, MonadRandom +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
MusicBrainz == 0.2.2, MusicBrainz +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
NumInstances == 1.4, NumInstances +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Octree == 0.5.4.2, Octree +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
OneTuple == 0.2.1, OneTuple +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
OpenGL == 2.9.2.0, OpenGL +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
OpenGLRaw == 1.5.0.1, OpenGLRaw +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
QuasiText == 0.1.2.5, QuasiText +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
QuickCheck == 2.7.6, QuickCheck +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Rasterific == 0.4.1, Rasterific +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ReadArgs == 1.2.2, ReadArgs +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
SHA == 1.6.4.1, SHA +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
SVGFonts == 1.4.0.3, SVGFonts +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Spock == 0.7.6.0, Spock +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Spock-digestive == 0.1.0.0, Spock-digestive +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Spock-worker == 0.2.1.3, Spock-worker +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
X11 == 1.6.1.2, X11 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
Yampa == 0.9.6, Yampa +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
YampaSynth == 0.2, YampaSynth +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
abstract-deque == 0.3, abstract-deque +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
abstract-par == 0.3.3, abstract-par +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
accelerate == 0.15.0.0, accelerate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ace == 0.6, ace +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
action-permutations == 0.0.0.1, action-permutations +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
active == 0.1.0.17, active +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ad == 4.2.1.1, ad +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
adjunctions == 4.2, adjunctions +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
aeson == 0.8.0.2, aeson +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
aeson-pretty == 0.7.2, aeson-pretty +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
aeson-qq == 0.7.4, aeson-qq +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
aeson-utils == 0.2.2.1, aeson-utils +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
alarmclock == 0.2.0.5, alarmclock +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
alex == 3.1.4, alex +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
amqp == 0.10.1, amqp +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ansi-terminal == 0.6.2.1, ansi-terminal +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ansi-wl-pprint == 0.6.7.1, ansi-wl-pprint +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
appar == 0.1.4, appar +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
approximate == 0.2.1.1, approximate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
arbtt == 0.8.1.4, arbtt +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
arithmoi == 0.4.1.1, arithmoi +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
arrow-list == 0.6.1.5, arrow-list +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
asn1-data == 0.7.1, asn1-data +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
asn1-encoding == 0.9.0, asn1-encoding +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
asn1-parse == 0.9.0, asn1-parse +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
asn1-types == 0.3.0, asn1-types +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
async == 2.0.2, async +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
atto-lisp == 0.2.2, atto-lisp +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
attoparsec == 0.12.1.2, attoparsec +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
attoparsec-conduit == 1.1.0, attoparsec-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
attoparsec-enumerator == 0.3.3, attoparsec-enumerator +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
attoparsec-expr == 0.1.1.1, attoparsec-expr +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
authenticate == 1.3.2.11, authenticate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
auto-update == 0.1.2.1, auto-update +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
aws == 0.11, aws +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bake == 0.2, bake +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bank-holidays-england == 0.1.0.2, bank-holidays-england +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
barecheck == 0.2.0.6, barecheck +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
base-compat == 0.5.0, base-compat +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
base-prelude == 0.1.11, base-prelude +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
base-unicode-symbols == 0.2.2.4, base-unicode-symbols +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
base16-bytestring == 0.1.1.6, base16-bytestring +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
base64-bytestring == 1.0.0.1, base64-bytestring +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
basic-prelude == 0.3.10, basic-prelude +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bifunctors == 4.2, bifunctors +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
binary-conduit == 1.2.3, binary-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
binary-list == 1.0.1.0, binary-list +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bindings-DSL == 1.0.22, bindings-DSL +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bioace == 0.0.1, bioace +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bioalign == 0.0.5, bioalign +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
biocore == 0.3.1, biocore +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
biofasta == 0.0.3, biofasta +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
biofastq == 0.1, biofastq +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
biophd == 0.0.5, biophd +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
biopsl == 0.4, biopsl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
biosff == 0.3.7.1, biosff +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bits == 0.4, bits +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
blastxml == 0.3.2, blastxml +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
blaze-builder == 0.3.3.4, blaze-builder +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
blaze-builder-enumerator == 0.2.0.6, blaze-builder-enumerator +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
blaze-html == 0.7.0.3, blaze-html +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
blaze-markup == 0.6.2.0, blaze-markup +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
blaze-svg == 0.3.4, blaze-svg +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
blaze-textual == 0.2.0.9, blaze-textual +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bloodhound == 0.5.0.1, bloodhound +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bmp == 1.2.5.2, bmp +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bool-extras == 0.4.0, bool-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bound == 1.0.4, bound +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
broadcast-chan == 0.1.0, broadcast-chan +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bson == 0.3.1, bson +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bumper == 0.6.0.3, bumper +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
byteable == 0.1.1, byteable +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bytedump == 1.0, bytedump +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
byteorder == 1.0.4, byteorder +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bytes == 0.14.1.3, bytes +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bytestring-builder == 0.10.4.0.1, bytestring-builder +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bytestring-lexing == 0.4.3.2, bytestring-lexing +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bytestring-mmap == 0.2.2, bytestring-mmap +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bytestring-progress == 1.0.3, bytestring-progress +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bytestring-show == 0.3.5.6, bytestring-show +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bytestring-trie == 0.2.4, bytestring-trie +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bzlib == 0.5.0.4, bzlib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
bzlib-conduit == 0.2.1.3, bzlib-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
c2hs == 0.20.1, c2hs +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cabal-install == 1.18.0.8, cabal-install +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cabal-src == 0.2.5, cabal-src +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cairo == 0.13.0.6, cairo +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
case-insensitive == 1.2.0.3, case-insensitive +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cases == 0.1.2, cases +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cassava == 0.4.2.1, cassava +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cautious-file == 1.0.2, cautious-file +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cereal == 0.4.1.1, cereal +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cereal-conduit == 0.7.2.3, cereal-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
certificate == 1.3.9, certificate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
charset == 0.3.7, charset +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
check-email == 1.0, check-email +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
checkers == 0.4.1, checkers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
chell == 0.4, chell +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
chell-quickcheck == 0.2.4, chell-quickcheck +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
chunked-data == 0.1.0.1, chunked-data +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cipher-aes == 0.2.10, cipher-aes +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cipher-blowfish == 0.0.3, cipher-blowfish +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cipher-camellia == 0.0.2, cipher-camellia +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cipher-des == 0.0.6, cipher-des +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cipher-rc4 == 0.1.4, cipher-rc4 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
circle-packing == 0.1.0.4, circle-packing +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
classy-prelude == 0.10.2, classy-prelude +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
classy-prelude-conduit == 0.10.2, classy-prelude-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
classy-prelude-yesod == 0.10.2, classy-prelude-yesod +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
clientsession == 0.9.1.1, clientsession +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
clock == 0.4.1.3, clock +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cmdargs == 0.10.12, cmdargs +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
code-builder == 0.1.3, code-builder +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
colour == 2.3.3, colour +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
comonad == 4.2.2, comonad +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
comonad-transformers == 4.0, comonad-transformers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
comonads-fd == 4.0, comonads-fd +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
compdata == 0.9, compdata +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
compensated == 0.6.1, compensated +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
composition == 1.0.1.0, composition +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
compressed == 3.10, compressed +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
concatenative == 1.0.1, concatenative +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
concurrent-extra == 0.7.0.9, concurrent-extra +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
concurrent-supply == 0.1.7, concurrent-supply +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cond == 0.4.1.1, cond +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
conduit == 1.2.3.1, conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
conduit-combinators == 0.3.0.5, conduit-combinators +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
conduit-extra == 1.1.6.2, conduit-extra +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
configurator == 0.3.0.0, configurator +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
connection == 0.2.3, connection +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
constraints == 0.4.1.3, constraints +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
containers-unicode-symbols == 0.3.1.1, containers-unicode-symbols +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
contravariant == 1.2.0.1, contravariant +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
control-monad-free == 0.5.3, control-monad-free +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
control-monad-loop == 0.1, control-monad-loop +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
convertible == 1.1.0.0, convertible +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cookie == 0.4.1.4, cookie +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
courier == 0.1.0.15, courier +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cpphs == 1.18.6, cpphs +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cprng-aes == 0.6.1, cprng-aes +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cpu == 0.1.2, cpu +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
criterion == 1.0.2.0, criterion +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
crypto-api == 0.13.2, crypto-api +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
crypto-cipher-tests == 0.0.11, crypto-cipher-tests +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
crypto-cipher-types == 0.0.9, crypto-cipher-types +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
crypto-numbers == 0.2.7, crypto-numbers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
crypto-pubkey == 0.2.7, crypto-pubkey +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
crypto-pubkey-types == 0.4.3, crypto-pubkey-types +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
crypto-random == 0.0.8, crypto-random +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
crypto-random-api == 0.2.0, crypto-random-api +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cryptocipher == 0.6.2, cryptocipher +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cryptohash == 0.11.6, cryptohash +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cryptohash-conduit == 0.1.1, cryptohash-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
cryptohash-cryptoapi == 0.1.3, cryptohash-cryptoapi +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
css-text == 0.1.2.1, css-text +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
csv == 0.1.2, csv +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
csv-conduit == 0.6.3, csv-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
curl == 1.3.8, curl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-accessor == 0.2.2.6, data-accessor +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-accessor-mtl == 0.2.0.4, data-accessor-mtl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-binary-ieee754 == 0.4.4, data-binary-ieee754 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-default == 0.5.3, data-default +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-default-class == 0.0.1, data-default-class +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-default-instances-base == 0.0.1, data-default-instances-base +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-default-instances-containers == 0.0.1, data-default-instances-containers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-default-instances-dlist == 0.0.1, data-default-instances-dlist +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-default-instances-old-locale == 0.0.1, data-default-instances-old-locale +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-inttrie == 0.1.0, data-inttrie +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-lens-light == 0.1.2.1, data-lens-light +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-memocombinators == 0.5.1, data-memocombinators +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
data-reify == 0.6, data-reify +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
deepseq-generics == 0.1.1.2, deepseq-generics +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
derive == 2.5.19, derive +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
diagrams == 1.2, diagrams +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
diagrams-builder == 0.6.0.2, diagrams-builder +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
diagrams-cairo == 1.2.0.5, diagrams-cairo +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
diagrams-contrib == 1.1.2.4, diagrams-contrib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
diagrams-core == 1.2.0.4, diagrams-core +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
diagrams-haddock == 0.2.2.12, diagrams-haddock +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
diagrams-lib == 1.2.0.7, diagrams-lib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
diagrams-postscript == 1.1.0.3, diagrams-postscript +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
diagrams-svg == 1.1.0.3, diagrams-svg +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
digest == 0.0.1.2, digest +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
digestive-functors == 0.7.1.3, digestive-functors +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
dimensional == 0.13.0.1, dimensional +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
direct-sqlite == 2.3.14, direct-sqlite +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
directory-tree == 0.12.0, directory-tree +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributed-process == 0.5.3, distributed-process +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributed-process-async == 0.2.1, distributed-process-async +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributed-process-client-server == 0.1.2, distributed-process-client-server +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributed-process-execution == 0.1.1, distributed-process-execution +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributed-process-extras == 0.2.0, distributed-process-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributed-process-simplelocalnet == 0.2.2.0, distributed-process-simplelocalnet +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributed-process-supervisor == 0.1.2, distributed-process-supervisor +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributed-process-task == 0.1.1, distributed-process-task +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributed-static == 0.3.1.0, distributed-static +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
distributive == 0.4.4, distributive +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
djinn-ghc == 0.0.2.3, djinn-ghc +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
djinn-lib == 0.0.1.2, djinn-lib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
dlist == 0.7.1, dlist +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
dlist-instances == 0.1, dlist-instances +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
doctest == 0.9.12, doctest +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
double-conversion == 2.0.1.0, double-conversion +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
dual-tree == 0.2.0.5, dual-tree +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
easy-file == 0.2.0, easy-file +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
either == 4.3.2.1, either +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
elm-build-lib == 0.14.0.0, elm-build-lib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
elm-compiler == 0.14.1, elm-compiler +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
elm-core-sources == 1.0.0, elm-core-sources +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
elm-package == 0.2.2, elm-package +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
email-validate == 2.0.1, email-validate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
enclosed-exceptions == 1.0.1, enclosed-exceptions +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
entropy == 0.3.4.1, entropy +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
enumerator == 0.4.20, enumerator +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
eq == 4.0.3, eq +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
erf == 2.0.0.0, erf +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
errorcall-eq-instance == 0.1.0, errorcall-eq-instance +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
errors == 1.4.7, errors +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ersatz == 0.2.6.1, ersatz +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
esqueleto == 2.1.2.1, esqueleto +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
exception-transformers == 0.3.0.4, exception-transformers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
exceptions == 0.6.1, exceptions +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
executable-path == 0.0.3, executable-path +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
extensible-exceptions == 0.1.1.4, extensible-exceptions +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
extra == 1.0.1, extra +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
failure == 0.2.0.3, failure +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fast-logger == 2.2.3, fast-logger +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fay == 0.21.2.1, fay +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fay-base == 0.19.4.2, fay-base +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fay-builder == 0.2.0.2, fay-builder +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fay-dom == 0.5, fay-dom +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fay-jquery == 0.6.0.3, fay-jquery +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fay-text == 0.3.2.1, fay-text +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fay-uri == 0.2.0.0, fay-uri +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fb == 1.0.7, fb +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fb-persistent == 0.3.4, fb-persistent +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fclabels == 2.0.2.2, fclabels +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fgl == 5.5.0.1, fgl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
file-embed == 0.0.7, file-embed +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
file-location == 0.4.5.3, file-location +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
filemanip == 0.3.6.2, filemanip +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fingertree == 0.1.0.0, fingertree +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fixed == 0.2.1, fixed +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fixed-list == 0.1.5, fixed-list +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
flexible-defaults == 0.0.1.1, flexible-defaults +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
focus == 0.1.3, focus +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
foldl == 1.0.7, foldl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
force-layout == 0.3.0.8, force-layout +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
foreign-store == 0.1, foreign-store +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
formatting == 6.0.0, formatting +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fpco-api == 1.2.0.4, fpco-api +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
free == 4.10.0.1, free +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
freenect == 1.2, freenect +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
frisby == 0.2, frisby +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fsnotify == 0.1.0.3, fsnotify +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
fuzzcheck == 0.1.1, fuzzcheck +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
gd == 3000.7.3, gd +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
generic-aeson == 0.2.0.2, generic-aeson +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
generic-deriving == 1.6.3, generic-deriving +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
generics-sop == 0.1.1, generics-sop +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ghc-heap-view == 0.5.3, ghc-heap-view +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ghc-mod == 5.2.1.2, ghc-mod +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ghc-mtl == 1.2.1.0, ghc-mtl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ghc-paths == 0.1.0.9, ghc-paths +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ghc-syb-utils == 0.2.2, ghc-syb-utils +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ghcid == 0.3.4, ghcid +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
gio == 0.13.0.4, gio +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
git-embed == 0.1.0, git-embed +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
gl == 0.6.3, gl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
glib == 0.13.0.7, glib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
graph-core == 0.2.1.0, graph-core +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
graphs == 0.5.0.1, graphs +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
gravatar == 0.6, gravatar +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
groundhog == 0.7.0.1, groundhog +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
groundhog-mysql == 0.7.0.1, groundhog-mysql +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
groundhog-postgresql == 0.7.0.1, groundhog-postgresql +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
groundhog-sqlite == 0.7.0.1, groundhog-sqlite +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
groundhog-th == 0.7.0, groundhog-th +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
groupoids == 4.0, groupoids +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
groups == 0.4.0.0, groups +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
gtk == 0.13.4, gtk +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
gtk2hs-buildtools == 0.13.0.3, gtk2hs-buildtools +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hOpenPGP == 1.11, hOpenPGP +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hPDB == 1.2.0.2, hPDB +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hPDB-examples == 1.2.0.1, hPDB-examples +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
haddock-api == 2.15.0.2, haddock-api +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
haddock-library == 1.1.1, haddock-library +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
half == 0.2.0.1, half +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
happstack-server == 7.3.9, happstack-server +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
happy == 1.19.5, happy +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hashable == 1.2.3.1, hashable +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hashable-extras == 0.2.0.1, hashable-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hashmap == 1.3.0.1, hashmap +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hashtables == 1.2.0.2, hashtables +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
haskell-lexer == 1.0, haskell-lexer +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
haskell-names == 0.4.1, haskell-names +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
haskell-packages == 0.2.4.4, haskell-packages +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
haskell-src == 1.0.1.6, haskell-src +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
haskell-src-exts == 1.16.0.1, haskell-src-exts +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
haskell-src-meta == 0.6.0.8, haskell-src-meta +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hasql == 0.7.1, hasql +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hasql-backend == 0.4.0, hasql-backend +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hasql-postgres == 0.10.1, hasql-postgres +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hastache == 0.6.1, hastache +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
haxr == 3000.10.3.1, haxr +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hdaemonize == 0.5.0.0, hdaemonize +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hdevtools == 0.1.0.6, hdevtools +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
heaps == 0.3.1, heaps +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hebrew-time == 0.1.1, hebrew-time +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
heist == 0.14.0.1, heist +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
here == 1.2.6, here +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
heredoc == 0.2.0.0, heredoc +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hflags == 0.4, hflags +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
highlighting-kate == 0.5.11.1, highlighting-kate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hinotify == 0.3.7, hinotify +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hint == 0.4.2.1, hint +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
histogram-fill == 0.8.4.1, histogram-fill +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hit == 0.6.3, hit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hjsmin == 0.1.4.7, hjsmin +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hledger == 0.24, hledger +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hledger-lib == 0.24, hledger-lib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hlibgit2 == 0.18.0.13, hlibgit2 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hlint == 1.9.16, hlint +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hmatrix == 0.16.1.3, hmatrix +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hmatrix-gsl == 0.16.0.2, hmatrix-gsl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hoauth2 == 0.4.3, hoauth2 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
holy-project == 0.1.1.1, holy-project +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hoogle == 4.2.36, hoogle +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hostname == 1.0, hostname +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hostname-validate == 1.0.0, hostname-validate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hourglass == 0.2.8, hourglass +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hs-bibutils == 5.5, hs-bibutils +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hscolour == 1.20.3, hscolour +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hse-cpp == 0.1, hse-cpp +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hslogger == 1.2.6, hslogger +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hslua == 0.3.13, hslua +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hspec == 2.1.2, hspec +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hspec-core == 2.1.2, hspec-core +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hspec-discover == 2.1.2, hspec-discover +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hspec-expectations == 0.6.1.1, hspec-expectations +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hspec-meta == 2.0.0, hspec-meta +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hspec-wai == 0.6.3, hspec-wai +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hspec-wai-json == 0.6.0, hspec-wai-json +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hspec2 == 0.6.1, hspec2 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hsyslog == 2.0, hsyslog +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
html == 1.0.1.2, html +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
html-conduit == 1.1.1.1, html-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
http-client == 0.4.6.2, http-client +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
http-client-tls == 0.2.2, http-client-tls +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
http-conduit == 2.1.5, http-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
http-date == 0.0.4, http-date +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
http-reverse-proxy == 0.4.1.2, http-reverse-proxy +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
http-types == 0.8.5, http-types +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hweblib == 0.6.3, hweblib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hxt == 9.3.1.10, hxt +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hxt-charproperties == 9.2.0.0, hxt-charproperties +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hxt-http == 9.1.5, hxt-http +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hxt-pickle-utils == 0.1.0.2, hxt-pickle-utils +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hxt-regex-xmlschema == 9.2.0, hxt-regex-xmlschema +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hxt-relaxng == 9.1.5.1, hxt-relaxng +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hxt-unicode == 9.0.2.2, hxt-unicode +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hybrid-vectors == 0.1.2.1, hybrid-vectors +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
hyphenation == 0.4, hyphenation +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
idna == 0.3.0, idna +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ieee754 == 0.7.4, ieee754 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
imagesize-conduit == 1.0.0.4, imagesize-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
immortal == 0.2, immortal +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
incremental-parser == 0.2.3.4, incremental-parser +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
indents == 0.3.3, indents +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ini == 0.3.0, ini +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
integration == 0.2.0.1, integration +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
interpolate == 0.1.0, interpolate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
interpolatedstring-perl6 == 0.9.0, interpolatedstring-perl6 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
intervals == 0.7.0.1, intervals +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
io-choice == 0.0.5, io-choice +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
io-manager == 0.1.0.2, io-manager +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
io-memoize == 1.1.1.0, io-memoize +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
iproute == 1.3.1, iproute +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
iterable == 3.0, iterable +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
ixset == 1.0.6, ixset +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
js-flot == 0.8.3, js-flot +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
js-jquery == 1.11.2, js-jquery +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
json-autotype == 0.2.5.4, json-autotype +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
json-schema == 0.7.3.0, json-schema +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
kan-extensions == 4.2, kan-extensions +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
kdt == 0.2.2, kdt +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
keter == 1.3.7.1, keter +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
keys == 3.10.1, keys +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
kure == 2.16.4, kure +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
language-c == 0.4.7, language-c +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
language-ecmascript == 0.16.2, language-ecmascript +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
language-glsl == 0.1.1, language-glsl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
language-haskell-extract == 0.2.4, language-haskell-extract +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
language-java == 0.2.7, language-java +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
language-javascript == 0.5.13, language-javascript +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lazy-csv == 0.5, lazy-csv +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lca == 0.2.4, lca +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lens == 4.6.0.1, lens +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lens-aeson == 1.0.0.3, lens-aeson +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lens-family-th == 0.4.0.0, lens-family-th +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lhs2tex == 1.18.1, lhs2tex +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
libgit == 0.3.0, libgit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
libnotify == 0.1.1.0, libnotify +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lifted-async == 0.2.0.2, lifted-async +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lifted-base == 0.2.3.3, lifted-base +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
linear == 1.15.5, linear +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
linear-accelerate == 0.2, linear-accelerate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
list-t == 0.4.2, list-t +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
loch-th == 0.2.1, loch-th +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
log-domain == 0.9.3, log-domain +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
logfloat == 0.12.1, logfloat +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
logict == 0.6.0.2, logict +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
loop == 0.2.0, loop +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lucid == 2.5, lucid +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
lzma-conduit == 1.1.2, lzma-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
machines == 0.4.1, machines +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mandrill == 0.1.1.0, mandrill +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
map-syntax == 0.2, map-syntax +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
markdown == 0.1.13.1, markdown +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
markdown-unlit == 0.2.0.1, markdown-unlit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
math-functions == 0.1.5.2, math-functions +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
matrix == 0.3.4.1, matrix +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mersenne-random-pure64 == 0.2.0.4, mersenne-random-pure64 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale -small_base +splitbase -test-hlint,
messagepack == 0.3.0, messagepack +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
messagepack-rpc == 0.1.0.3, messagepack-rpc +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mime-mail == 0.4.6.2, mime-mail +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mime-mail-ses == 0.3.2.2, mime-mail-ses +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mime-types == 0.1.0.5, mime-types +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
missing-foreign == 0.1.1, missing-foreign +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mmap == 0.5.9, mmap +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mmorph == 1.0.4, mmorph +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-control == 0.3.3.0, monad-control +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-coroutine == 0.8.0.1, monad-coroutine +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-extras == 0.5.9, monad-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-journal == 0.6.0.2, monad-journal +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-logger == 0.3.11.1, monad-logger +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-loops == 0.4.2.1, monad-loops +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-par == 0.3.4.7, monad-par +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-par-extras == 0.3.3, monad-par-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-parallel == 0.7.1.3, monad-parallel +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-primitive == 0.1, monad-primitive +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-products == 4.0.0.1, monad-products +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monad-st == 0.2.4, monad-st +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monadcryptorandom == 0.6.1, monadcryptorandom +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monadic-arrays == 0.2.1.3, monadic-arrays +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monads-tf == 0.1.0.2, monads-tf +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mongoDB == 2.0.3, mongoDB +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mono-traversable == 0.7.0, mono-traversable +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monoid-extras == 0.3.3.5, monoid-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
monoid-subclasses == 0.3.6.2, monoid-subclasses +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mtl == 2.1.3.1, mtl +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mtl-prelude == 1.0.2, mtl-prelude +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mtlparse == 0.1.2, mtlparse +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
multimap == 1.2.1, multimap +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
multipart == 0.1.2, multipart +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mwc-random == 0.13.3.0, mwc-random +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mysql == 0.1.1.7, mysql +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
mysql-simple == 0.2.2.4, mysql-simple +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
nanospec == 0.2.0, nanospec +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
nats == 1, nats +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
neat-interpolation == 0.2.2, neat-interpolation +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
nettle == 0.1.0, nettle +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
network == 2.6.0.2, network +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
network-conduit-tls == 1.1.0.2, network-conduit-tls +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
network-info == 0.2.0.5, network-info +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
network-multicast == 0.0.11, network-multicast +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
network-simple == 0.4.0.2, network-simple +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
network-transport == 0.4.1.0, network-transport +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
network-transport-tcp == 0.4.1, network-transport-tcp +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
network-transport-tests == 0.2.2.0, network-transport-tests +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
network-uri == 2.6.0.1, network-uri +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
newtype == 0.2, newtype +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
nsis == 0.2.4, nsis +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
numbers == 3000.2.0.1, numbers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
numeric-extras == 0.0.3, numeric-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
numtype == 1.1, numtype +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
opaleye == 0.3, opaleye +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
openpgp-asciiarmor == 0.1, openpgp-asciiarmor +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
operational == 0.2.3.2, operational +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
options == 1.2.1, options +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
optparse-applicative == 0.11.0.1, optparse-applicative +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
osdkeys == 0.0, osdkeys +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pandoc == 1.13.2, pandoc +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pandoc-citeproc == 0.6, pandoc-citeproc +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pandoc-types == 1.12.4.1, pandoc-types +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pango == 0.13.0.5, pango +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
parallel == 3.2.0.6, parallel +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
parallel-io == 0.3.3, parallel-io +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
parseargs == 0.1.5.2, parseargs +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
parsec == 3.1.8, parsec +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
parsers == 0.12.1.1, parsers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
partial-handler == 0.1.0, partial-handler +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
path-pieces == 0.1.5, path-pieces +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
patience == 0.1.1, patience +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pcre-light == 0.4.0.3, pcre-light +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pdfinfo == 1.5.1, pdfinfo +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pem == 0.2.2, pem +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
persistent == 2.1.1.4, persistent +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
persistent-mongoDB == 2.1.2.1, persistent-mongoDB +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
persistent-mysql == 2.1.2.1, persistent-mysql +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
persistent-postgresql == 2.1.2.1, persistent-postgresql +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
persistent-sqlite == 2.1.1.2, persistent-sqlite +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase +systemlib -test-hlint,
persistent-template == 2.1.0.1, persistent-template +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
phantom-state == 0.2.0.2, phantom-state +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pipes == 4.1.4, pipes +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pipes-concurrency == 2.0.2, pipes-concurrency +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pipes-parse == 3.0.2, pipes-parse +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
placeholders == 0.1, placeholders +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pointed == 4.2, pointed +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
polyparse == 1.10, polyparse +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pool-conduit == 0.1.2.3, pool-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
postgresql-binary == 0.5.0, postgresql-binary +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
postgresql-libpq == 0.9.0.1, postgresql-libpq +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
postgresql-simple == 0.4.9.0, postgresql-simple +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pqueue == 1.2.1, pqueue +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
prefix-units == 0.1.0.2, prefix-units +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
prelude-extras == 0.4, prelude-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
present == 2.2, present +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pretty-class == 1.0.1.1, pretty-class +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pretty-show == 1.6.8, pretty-show +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
prettyclass == 1.0.0.0, prettyclass +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
primes == 0.2.1.0, primes +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
primitive == 0.5.4.0, primitive +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
process-conduit == 1.2.0.1, process-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
process-extras == 0.2.0, process-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
product-profunctors == 0.6, product-profunctors +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
profunctor-extras == 4.0, profunctor-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
profunctors == 4.3.2, profunctors +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
project-template == 0.1.4.2, project-template +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
publicsuffixlist == 0.1, publicsuffixlist +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
punycode == 2.0, punycode +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pure-io == 0.2.1, pure-io +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pureMD5 == 2.1.2.1, pureMD5 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
pwstore-fast == 2.4.4, pwstore-fast +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
quandl-api == 0.2.0.0, quandl-api +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
quickcheck-assertions == 0.1.1, quickcheck-assertions +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
quickcheck-instances == 0.3.10, quickcheck-instances +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
quickcheck-io == 0.1.1, quickcheck-io +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
quickcheck-unicode == 1.0.0.0, quickcheck-unicode +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
quickpull == 0.4.0.0, quickpull +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rainbow == 0.20.0.4, rainbow +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rainbow-tests == 0.20.0.4, rainbow-tests +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
random == 1.0.1.1, random +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
random-fu == 0.2.6.1, random-fu +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
random-shuffle == 0.0.4, random-shuffle +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
random-source == 0.3.0.6, random-source +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rank1dynamic == 0.2.0.1, rank1dynamic +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
raw-strings-qq == 1.0.2, raw-strings-qq +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
reducers == 3.10.3, reducers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
reflection == 1.5.1, reflection +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regex-applicative == 0.3.1, regex-applicative +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regex-base == 0.93.2, regex-base +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regex-compat == 0.95.1, regex-compat +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regex-pcre-builtin == 0.94.4.8.8.35, regex-pcre-builtin +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regex-posix == 0.95.2, regex-posix +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regex-tdfa == 1.2.0, regex-tdfa +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regex-tdfa-rc == 1.1.8.3, regex-tdfa-rc +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regexpr == 0.5.4, regexpr +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regular == 0.3.4.4, regular +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
regular-xmlpickler == 0.2, regular-xmlpickler +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rematch == 0.2.0.0, rematch +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
repa == 3.3.1.2, repa +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
repa-algorithms == 3.3.1.2, repa-algorithms +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
repa-devil == 0.3.2.2, repa-devil +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
repa-io == 3.3.1.2, repa-io +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
reroute == 0.2.2.1, reroute +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
resource-pool == 0.2.3.2, resource-pool +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
resourcet == 1.1.3.3, resourcet +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rest-client == 0.4.0.3, rest-client +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rest-core == 0.33.1.2, rest-core +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rest-gen == 0.16.1.7, rest-gen +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rest-happstack == 0.2.10.4, rest-happstack +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rest-snap == 0.1.17.14, rest-snap +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rest-stringmap == 0.2.0.3, rest-stringmap +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rest-types == 1.11.1.1, rest-types +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rest-wai == 0.1.0.4, rest-wai +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rev-state == 0.1, rev-state +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rfc5051 == 0.1.0.3, rfc5051 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
runmemo == 1.0.0.1, runmemo +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
rvar == 0.2.0.2, rvar +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
safe == 0.3.8, safe +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
safecopy == 0.8.3, safecopy +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
scientific == 0.3.3.5, scientific +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
scotty == 0.9.0, scotty +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
scrobble == 0.2.1.1, scrobble +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
securemem == 0.1.4, securemem +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
semigroupoid-extras == 4.0, semigroupoid-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
semigroupoids == 4.2, semigroupoids +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
semigroups == 0.16.0.1, semigroups +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
sendfile == 0.7.9, sendfile +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
seqloc == 0.6.1, seqloc +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
setenv == 0.1.1.3, setenv +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
shake == 0.14.3, shake +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
shake-language-c == 0.6.3, shake-language-c +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
shakespeare == 2.0.2.2, shakespeare +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
shakespeare-i18n == 1.1.0, shakespeare-i18n +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
shakespeare-text == 1.1.0, shakespeare-text +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
shell-conduit == 4.5, shell-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
shelly == 1.5.7, shelly +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
silently == 1.2.4.1, silently +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
simple-reflect == 0.3.2, simple-reflect +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
simple-sendfile == 0.2.18, simple-sendfile +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
singletons == 1.0, singletons +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
siphash == 1.0.3, siphash +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
skein == 1.0.9.2, skein +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
slave-thread == 0.1.5, slave-thread +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
smallcheck == 1.1.1, smallcheck +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
smtLib == 1.0.7, smtLib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
snap == 0.13.3.2, snap +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
snap-core == 0.9.6.4, snap-core +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
snap-server == 0.9.4.6, snap-server +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
snaplet-fay == 0.3.3.9, snaplet-fay +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
socks == 0.5.4, socks +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
sodium == 0.11.0.3, sodium +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
sourcemap == 0.1.3.0, sourcemap +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
speculation == 1.5.0.1, speculation +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
sphinx == 0.6.0.1, sphinx +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
split == 0.2.2, split +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
spoon == 0.3.1, spoon +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
sqlite-simple == 0.4.8.0, sqlite-simple +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stackage == 0.3.1, stackage +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stateref == 0.3, stateref +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
statestack == 0.2.0.3, statestack +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
statistics == 0.13.2.1, statistics +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
statistics-linreg == 0.3, statistics-linreg +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stm == 2.4.4, stm +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stm-chans == 3.0.0.2, stm-chans +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stm-conduit == 2.5.3, stm-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stm-containers == 0.2.7, stm-containers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stm-stats == 0.2.0.0, stm-stats +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
storable-complex == 0.2.2, storable-complex +blaze_html_0_5 -bytestring-in-base +https -instanceinbase +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
storable-endian == 0.2.5, storable-endian +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
streaming-commons == 0.1.8.1, streaming-commons +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
streams == 3.2, streams +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
strict == 0.3.2, strict +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stringable == 0.1.3, stringable +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stringbuilder == 0.5.0, stringbuilder +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stringprep == 1.0.0, stringprep +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stringsearch == 0.3.6.5, stringsearch +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
stylish-haskell == 0.5.11.0, stylish-haskell +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
syb == 0.4.4, syb +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
syb-with-class == 0.6.1.5, syb-with-class +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
system-canonicalpath == 0.2.3.0, system-canonicalpath +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
system-fileio == 0.3.16, system-fileio +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
system-filepath == 0.4.13.1, system-filepath +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
system-posix-redirect == 1.1.0.1, system-posix-redirect +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tabular == 0.2.2.5, tabular +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tagged == 0.7.3, tagged +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tagshare == 0.0, tagshare +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tagsoup == 0.13.3, tagsoup +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tagstream-conduit == 0.5.5.3, tagstream-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tar == 0.4.0.1, tar +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tardis == 0.3.0.0, tardis +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tasty == 0.10.1, tasty +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tasty-ant-xml == 1.0.1, tasty-ant-xml +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tasty-golden == 2.2.2.4, tasty-golden +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tasty-hunit == 0.9.0.1, tasty-hunit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tasty-quickcheck == 0.8.3.2, tasty-quickcheck +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tasty-smallcheck == 0.8.0.1, tasty-smallcheck +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tasty-th == 0.1.3, tasty-th +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
temporary == 1.2.0.3, temporary +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
temporary-rc == 1.2.0.3, temporary-rc +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
terminal-progress-bar == 0.0.1.4, terminal-progress-bar +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
terminal-size == 0.3.0, terminal-size +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
test-framework == 0.8.1.1, test-framework +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
test-framework-hunit == 0.3.0.1, test-framework-hunit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
test-framework-quickcheck2 == 0.3.0.3, test-framework-quickcheck2 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
test-framework-th == 0.2.4, test-framework-th +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
testing-feat == 0.4.0.2, testing-feat +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
testpack == 2.1.3.0, testpack +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
texmath == 0.8.0.1, texmath +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
text == 1.2.0.4, text +blaze_html_0_5 -bytestring-in-base +https -integer-simple +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
text-binary == 0.1.0, text-binary +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
text-format == 0.3.1.1, text-format +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
text-icu == 0.7.0.1, text-icu +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tf-random == 0.5, tf-random +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
th-desugar == 1.4.2, th-desugar +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
th-expand-syns == 0.3.0.4, th-expand-syns +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
th-extras == 0.0.0.2, th-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
th-lift == 0.7, th-lift +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
th-orphans == 0.8.3, th-orphans +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
th-reify-many == 0.1.2, th-reify-many +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
threads == 0.5.1.3, threads +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
thyme == 0.3.5.5, thyme +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
time-compat == 0.1.0.3, time-compat +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
time-lens == 0.4.0.1, time-lens +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
timezone-olson == 0.1.6, timezone-olson +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
timezone-series == 0.1.4, timezone-series +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tls == 1.2.13, tls +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tls-debug == 0.3.4, tls-debug +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tostring == 0.2.1, tostring +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
transformers-base == 0.4.3, transformers-base +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
transformers-compat == 0.3.3.3, transformers-compat +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
traverse-with-class == 0.2.0.3, traverse-with-class +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tree-view == 0.4, tree-view +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
tuple == 0.3.0.2, tuple +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
type-eq == 0.4.2, type-eq +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
type-list == 0.0.0.0, type-list +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
udbus == 0.2.1, udbus +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
unbounded-delays == 0.1.0.9, unbounded-delays +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
union-find == 0.2, union-find +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
uniplate == 1.6.12, uniplate +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
unix-compat == 0.4.1.4, unix-compat +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
unix-time == 0.3.4, unix-time +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
unordered-containers == 0.2.5.1, unordered-containers +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
uri-encode == 1.5.0.3, uri-encode +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
url == 2.1.3, url +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
utf8-light == 0.4.2, utf8-light +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
utf8-string == 0.3.8, utf8-string +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
uuid == 1.3.8, uuid +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
vault == 0.3.0.4, vault +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
vector == 0.10.12.2, vector +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
vector-algorithms == 0.6.0.3, vector-algorithms +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
vector-binary-instances == 0.2.1.0, vector-binary-instances +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
vector-instances == 3.3.0.1, vector-instances +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
vector-space == 0.8.7, vector-space +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
vector-space-points == 0.2, vector-space-points +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
vector-th-unbox == 0.2.1.0, vector-th-unbox +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
vhd == 0.2.2, vhd +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
void == 0.7, void +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wai == 3.0.2.1, wai +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wai-app-static == 3.0.0.5, wai-app-static +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wai-conduit == 3.0.0.2, wai-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wai-eventsource == 3.0.0, wai-eventsource +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wai-extra == 3.0.4.1, wai-extra +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wai-logger == 2.2.3, wai-logger +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wai-middleware-static == 0.6.0.1, wai-middleware-static +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wai-websockets == 3.0.0.3, wai-websockets +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
warp == 3.0.5.1, warp +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
warp-tls == 3.0.1.2, warp-tls +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
web-fpco == 0.1.1.0, web-fpco +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
webdriver == 0.6.0.4, webdriver +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
websockets == 0.9.2.2, websockets +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wizards == 1.0.1, wizards +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wl-pprint == 1.1, wl-pprint +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wl-pprint-extras == 3.5.0.3, wl-pprint-extras +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wl-pprint-terminfo == 3.7.1.3, wl-pprint-terminfo +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wl-pprint-text == 1.1.0.3, wl-pprint-text +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
word8 == 0.1.1, word8 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
wordpass == 1.0.0.2, wordpass +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
x509 == 1.5.0.1, x509 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
x509-store == 1.5.0, x509-store +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
x509-system == 1.5.0, x509-system +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
x509-validation == 1.5.1, x509-validation +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
xenstore == 0.1.1, xenstore +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
xml == 1.3.13, xml +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
xml-conduit == 1.2.3.1, xml-conduit +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
xml-hamlet == 0.4.0.9, xml-hamlet +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
xml-types == 0.3.4, xml-types +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
xmlgen == 0.6.2.1, xmlgen +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
xmlhtml == 0.2.3.4, xmlhtml +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
xss-sanitize == 0.3.5.4, xss-sanitize +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yackage == 0.7.0.6, yackage +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yaml == 0.8.10.1, yaml +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase +system-libyaml -test-hlint,
yesod == 1.4.1.3, yesod +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-auth == 1.4.1.3, yesod-auth +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-auth-deskcom == 1.4.0, yesod-auth-deskcom +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-auth-fb == 1.6.6, yesod-auth-fb +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-auth-hashdb == 1.4.1.2, yesod-auth-hashdb +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-auth-oauth2 == 0.0.12, yesod-auth-oauth2 +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-bin == 1.4.3.3, yesod-bin +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-core == 1.4.7.2, yesod-core +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-eventsource == 1.4.0.1, yesod-eventsource +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-fay == 0.7.0, yesod-fay +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-fb == 0.3.4, yesod-fb +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-form == 1.4.3.1, yesod-form +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-gitrepo == 0.1.1.0, yesod-gitrepo +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-newsfeed == 1.4.0.1, yesod-newsfeed +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-persistent == 1.4.0.2, yesod-persistent +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-sitemap == 1.4.0.1, yesod-sitemap +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-static == 1.4.0.4, yesod-static +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-test == 1.4.2.2, yesod-test +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-text-markdown == 0.1.7, yesod-text-markdown +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
yesod-websockets == 0.2.1.1, yesod-websockets +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
zeromq4-haskell == 0.6.2, zeromq4-haskell +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
zip-archive == 0.2.3.5, zip-archive +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
zlib == 0.5.4.2, zlib +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
zlib-bindings == 0.1.1.5, zlib-bindings +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
zlib-enum == 0.2.3.1, zlib-enum +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint,
zlib-lens == 0.1.1.1, zlib-lens +blaze_html_0_5 -bytestring-in-base +https +network-uri +new-base +old-locale +small_base +splitbase -test-hlint