augustss / MicroHs

Haskell implemented with combinators
Other
358 stars 22 forks source link

Basic Haskell98 packages to play with #65

Open thielema opened 1 day ago

thielema commented 1 day ago

If you like to have very basic packages using no or almost no extensions, I have several of them: https://hackage.haskell.org/user/HenningThielemann

See for instance: https://hackage.haskell.org/package/utility-ht https://hackage.haskell.org/package/non-empty https://hackage.haskell.org/package/data-accessor https://hackage.haskell.org/package/explicit-exception https://hackage.haskell.org/package/enumset https://hackage.haskell.org/package/gnuplot https://hackage.haskell.org/package/unicode https://hackage.haskell.org/package/latex https://hackage.haskell.org/package/bibtex and more.

However, some depend on other basic packages that might use some LANGUAGE extensions.

augustss commented 7 hours ago

Cool! I'll have a look at those.