1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 03:38:00 +03:00

Re-export Alignment fro Hpack.Run

This commit is contained in:
Simon Hengel 2016-04-08 15:47:14 +08:00
parent 3cb20444ea
commit 26dcf05586

View File

@ -7,6 +7,7 @@ module Hpack.Run (
run
, renderPackage
, RenderSettings(..)
, Alignment(..)
, CommaStyle(..)
, defaultRenderSettings
#ifdef TEST