gitextract_kdz7u747/ ├── .gitignore ├── .travis.yml ├── CHANGELOG.md ├── LICENSE ├── README.md ├── Setup.hs ├── default.nix ├── exec/ │ ├── Cell.hs │ ├── Graphics.hs │ └── Text.hs ├── nix/ │ ├── fetchNixpkgs.nix │ ├── readDirectory.nix │ └── typed-spreadsheet.nix ├── nixpkgs.json ├── osx.yaml ├── release.nix ├── shell.nix ├── src/ │ └── Typed/ │ └── Spreadsheet.hs ├── stack.yaml └── typed-spreadsheet.cabal