@hackage global0.2.1.0
Library enabling unique top-level declarations
Categories
License
BSD-3-Clause
Maintainer
ByronJohnsonFP@gmail.com
Links
Versions
Installation
Dependencies (9)
- base >=4 && <5
- stm >=2 && <3
- template-haskell >=2.8.0.0 && <3
- SafeSemaphore >=0.7 && <1
- haskell-src-exts >=1.9 && <2
- haskell-src-exts-qq >=0.3 && <1 Show all…
Dependents (1)
@hackage/acme-everything
The changelog does not cover every commit. It outlines highlights and significant changes.
Quality note: In late 2014, I found this repository on my hard drive from 2011.
I'm surprised and don't remember why I never uploaded this to Hackage. As a
relatively inexperienced 16-year-old with at most 2 years of functional
programming experience (with much more procedural programming experience), I
wrote Haskell code in a way that I now expect to be capable of rewriting with
something of much better quality. But I was pleasantly surprised with the
quality of the documentation, taking into account my memory of my past self.
Quality-wise, it seems better than a few other projects I wrote at around the
same time, e.g. monad-state
, although that was 6-12 months earlier.
I've since converted the repository to git and uploaded it to github. I've patched it up so that it builds, but nothing more yet (sans a few minor cleanups here and there, largely just in the cabal file, that I'm applying to each of my old projects I found).
Contributions, feedback, and constructive criticism are welcome.