| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 00:11:10 GMT
X-Served-By: cache-dfw-kdfw8210162-DFW, cache-bom-vanm7210058-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768608666.067171,VS0,VE4769
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
dom-events: DOM Events expressed as Haskell types
[Skip to Readme]
dom-events: DOM Events expressed as Haskell types
Please see the README on GitHub at https://github.com/meeshkan/haskell-dom-events#readme
[Skip to Readme]
Downloads
- dom-events-0.0.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.0.0.0, 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | base (>=4.7 && <5), text (>=0.1 && <1.3), unordered-containers (>=0.1 && <0.3) [details] |
| License | BSD-3-Clause |
| Copyright | 2020 Mike Solomon |
| Author | Mike Solomon |
| Maintainer | mike@meeshkan.com |
| Uploaded | by mikesol at 2020-04-29T09:51:49Z |
| Category | Web |
| Home page | https://github.com/meeshkan/haskell-dom-events#readme |
| Bug tracker | https://github.com/meeshkan/haskell-dom-events/issues |
| Source repo | head: git clone https://github.com/meeshkan/haskell-dom-events |
| Distributions | |
| Downloads | 1152 total (17 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2020-04-29 [all 1 reports] |
Readme for dom-events-0.0.0.4
[back to package description]dom-events
Dom events translated to Haskell.
Some features:
- Translates the most common DOM events to Haskell types.
- Uses type variables for all fields that have DOM-specific types. For example,
targetis of typeswheresis up to the person using this library.
TODO:
- create typeclasses for
Event,UIEventandMouseEventand make each Event an instance of the appropriate class.