]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Parser.hs
Use base64-bytestring instead of dataenc
[Lucu.git] / Network / HTTP / Lucu / Parser.hs
index 34953f58c9dc5de637759c671f672b02815aa59e..7809f534790d2d770e147dc3b362a7df9b5c1203 100644 (file)
@@ -1,3 +1,9 @@
+{-# LANGUAGE
+    BangPatterns
+  , ScopedTypeVariables
+  , UnboxedTuples
+  , UnicodeSyntax
+  #-}
 -- |Yet another parser combinator. This is mostly a subset of
 -- "Text.ParserCombinators.Parsec" but there are some differences:
 --