]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Utils.hs
Reimplement MultipartForm
[Lucu.git] / Network / HTTP / Lucu / Utils.hs
index 7dbb1162cbda616ae5eb57ce989bc481f813a9ac..3d38b8b3aec36c9dff990cb4c7e66d05995ad27e 100644 (file)
@@ -96,3 +96,5 @@ show3 = A.unsafeFromBuilder ∘ go
            | i ≥ 0 ∧ i < 100  = B.fromByteString "0"  ⊕ BT.integral i
            | i ≥ 0 ∧ i < 1000 =                         BT.integral i
            | otherwise        = error ("show3: the integer i must satisfy 0 <= i < 1000: " ⧺ show i)
+-- FIXME: Drop this function as soon as possible, to eliminate the
+-- dependency on blaze-textual.