Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/betaveros/hs-utils

Random Haskell scripts too tiny to deserve their own repo
https://github.com/betaveros/hs-utils

Last synced: about 5 hours ago
JSON representation

Random Haskell scripts too tiny to deserve their own repo

Awesome Lists containing this project

README

        

Random Haskell scripts too tiny to deserve their own repo.

Required Hackage libraries beyond the basics (I think):

- `bfi.hs`: `mtl`
- `factorize.hs`: `arithmoi`
- `mycal.hs`: `split`, `time`
- `numeral.hs`: `numerals`
- `sortchar.hs`: `split`
- `transpose.hs`: `cmdargs`
- `unamp.hs`: `attoparsec` (and therefore `bytestring`)