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
|
--- ./yesod-platform.cabal.orig 2014-08-05 20:57:15.000000000 +0100
+++ ./yesod-platform.cabal 2014-08-10 03:02:38.000000000 +0100
@@ -20,13 +20,11 @@
, asn1-encoding == 0.8.1.3
, asn1-parse == 0.8.1
, asn1-types == 0.2.3
- , attoparsec-conduit == 1.1.0
, authenticate == 1.3.2.9
, auto-update == 0.1.0.0
, base16-bytestring == 0.1.1.6
, base64-bytestring == 1.0.0.1
, blaze-builder == 0.3.3.2
- , blaze-builder-conduit == 1.1.0
, blaze-html == 0.7.0.2
, blaze-markup == 0.6.1.0
, byteable == 0.1.1
@@ -63,7 +61,6 @@
, exceptions == 0.6.1
, fast-logger == 2.2.0
, file-embed == 0.0.7
- , hamlet == 1.2.0
, hjsmin == 0.1.4.7
, hspec == 1.11.0
, hspec-expectations == 0.6.0.1
@@ -83,7 +80,6 @@
, monad-logger == 0.3.7.1
, monad-loops == 0.4.2.1
, nats == 0.2
- , network-conduit == 1.1.0
, optparse-applicative == 0.9.1.1
, path-pieces == 0.1.4
, pem == 0.2.2
@@ -99,10 +95,6 @@
, semigroups == 0.15.2
, setenv == 0.1.1.1
, shakespeare == 2.0.1.1
- , shakespeare-css == 1.1.0
- , shakespeare-i18n == 1.1.0
- , shakespeare-js == 1.3.0
- , shakespeare-text == 1.1.0
, silently == 1.2.4.1
, simple-sendfile == 0.2.15
, skein == 1.0.9
@@ -124,7 +116,6 @@
, wai-app-static == 3.0.0
, wai-extra == 3.0.1.2
, wai-logger == 2.2.0
- , wai-test == 3.0.0
, warp == 3.0.0.5
, warp-tls == 3.0.0
, word8 == 0.1.1
|