Commit 1121d609 authored by Clint Adams's avatar Clint Adams
Browse files

more breakage

parent 47f0083e
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ BoundedChan 1.0.3.0
boxes 0.1.5
brainfuck 0.1.0.3
brick 0.34.1
bsb-http-chunked 0.0.0.2
bustle 0.5.4 key binary=bustle
byteable 0.1.1
bytedump 1.0
@@ -235,7 +236,7 @@ EdisonAPI 1.3.1
EdisonCore 1.3.2.1
edit-distance 0.2.2.1
either 5 # by accident
ekg 0.4.0.15 key
ekg 0.4.0.15 key ignore # BROKEN: LTS 11: via snap-server
ekg-core 0.1.1.4
ekg-json 0.1.0.6
email-validate 2.3.2.5
@@ -752,9 +753,9 @@ skylighting 0.6 -fsystem-pcre
smallcheck 1.1.3.1
smtLib 1.0.8
smtp-mail 0.1.4.6
snap 1.1.0.0
snap 1.1.0.0 ignore # BROKEN: LTS 11: newer snap-server
snap-core 1.0.3.2
snap-server 1.0.3.3
snap-server 1.1.0.0 ignore # BROKEN: needs repatching
snap-templates 1.0.0.1 binary
soap 0.2.3.6
soap-tls 0.1.1.4
@@ -825,7 +826,7 @@ text-icu 0.7.0.1
text-metrics 0.3.0
text-postgresql 0.0.2.3
text-short 0.1.2 notest # test suite requires newer LTS
text-show 3.7.3
text-show 3.7.3 ignore # BROKEN: LTS 11: base-compat-batteries
text-zipper 0.10.1
tf-random 0.5
th-abstraction 0.2.6.0
@@ -837,7 +838,7 @@ th-lift 0.7.8
th-lift-instances 0.1.11
th-orphans 0.13.5
threads 0.5.1.6 notest
threadscope 0.2.9 key binary
threadscope 0.2.10 key binary
th-reify-compat 0.0.1.3
th-reify-many 0.1.8
th-utilities 0.2.0.1
@@ -856,7 +857,7 @@ transformers-compat 0.5.1.4
tree-monad 0.3
trifecta 1.7.1.1
tuple 0.3.0.2
twitter-conduit 0.2.3
twitter-conduit 0.2.3 ignore # BROKEN: LTS 11: newer http-conduit
twitter-types 0.7.2.2
twitter-types-lens 0.7.2
typed-process 0.2.2.0
+0 −42
Original line number Diff line number Diff line
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@ -98,7 +98,6 @@
     base                                >= 4        && < 5,
     blaze-builder                       >= 0.4      && < 0.5,
     bytestring                          >= 0.9.1    && < 0.11,
-    bytestring-builder                  >= 0.10.4   && < 0.11,
     case-insensitive                    >= 1.1      && < 1.3,
     clock                               >= 0.7.1    && < 0.8,
     containers                          >= 0.3      && < 0.6,
@@ -209,7 +208,6 @@
     base                                >= 4        && < 5,
     base16-bytestring                   >= 0.1      && < 0.2,
     blaze-builder                       >= 0.4      && < 0.5,
-    bytestring-builder                  >= 0.10.4   && < 0.11,
     bytestring                          >= 0.9.1    && < 0.11,
     case-insensitive                    >= 1.1      && < 1.3,
     clock                               >= 0.7.1    && < 0.8,
@@ -317,7 +315,6 @@
     base                                >= 4       && < 5,
     blaze-builder                       >= 0.4     && < 0.5,
     bytestring                          >= 0.9     && < 0.11,
-    bytestring-builder                  >= 0.10.4  && < 0.11,
     criterion                           >= 0.6     && < 1.3,
     io-streams,
     io-streams-haproxy                  >= 1.0     && < 1.1,
@@ -400,7 +397,6 @@
     base                                >= 4        && < 5,
     blaze-builder                       >= 0.4      && < 0.5,
     bytestring                          >= 0.9.1    && < 0.11,
-    bytestring-builder                  >= 0.10.4   && < 0.11,
     case-insensitive                    >= 1.1      && < 1.3,
     clock                               >= 0.7.1    && < 0.8,
     containers                          >= 0.3      && < 0.6,
@@ -493,7 +489,6 @@
     base                                >= 4        && < 5,
     blaze-builder                       >= 0.4      && < 0.5,
     bytestring                          >= 0.9.1    && < 0.11,
-    bytestring-builder                  >= 0.10.4   && < 0.11,
     case-insensitive                    >= 1.1      && < 1.3,
     clock                               >= 0.7.1    && < 0.8,
     containers                          >= 0.3      && < 0.6,
+0 −1
Original line number Diff line number Diff line
no-bytestring-builder
+10 −0
Original line number Diff line number Diff line
--- a/uri-bytestring.cabal
+++ b/uri-bytestring.cabal
@@ -41,7 +41,6 @@
 
       attoparsec       >= 0.13.1.0 && < 0.14
     , base             >= 4.6     && < 5
-    , fail             >= 4.9     && < 5
     , bytestring       >= 0.9.1   && < 0.11
     , blaze-builder    >= 0.3.0.0 && < 0.5
     , template-haskell >= 2.9     && < 2.14
+1 −0
Original line number Diff line number Diff line
no-fail