├── .gitignore ├── LICENSE ├── README.md └── download.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cohomolo-gy/haskell-resources/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cohomolo-gy/haskell-resources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cohomolo-gy/haskell-resources/HEAD/README.md -------------------------------------------------------------------------------- /download.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cohomolo-gy/haskell-resources/HEAD/download.js --------------------------------------------------------------------------------