gitextract_0swtfc8v/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── Setup.hs ├── example/ │ └── internals-pyspark-arrow.html ├── glancer.cabal ├── src/ │ ├── Captions.hs │ ├── Html.hs │ ├── Main.hs │ ├── Parser.hs │ └── Process.hs ├── stack.yaml ├── test/ │ └── Spec.hs └── this.code-workspace