| 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: Fri, 16 Jan 2026 23:15:48 GMT
X-Served-By: cache-dfw-kdfw8210099-DFW, cache-bom-vanm7210093-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768605348.055227,VS0,VE307
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
web-rep: representations of a web page
web-rep: representations of a web page
Modules
[Index] [Quick Jump]
Downloads
- web-rep-0.14.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.7.2, 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.10.2.0, 0.11.0.0, 0.12.0.0, 0.12.1.0, 0.12.2.0, 0.12.3.0, 0.13.0.0, 0.14.0.0, 0.14.0.1 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | async (>=2.2.4 && <2.3), base (>=4.14 && <5), bifunctors (>=5.5.11 && <5.7), box (>=0.9 && <0.10), box-socket (>=0.5 && <0.6), bytestring (>=0.11.3 && <0.13), flatparse (>=0.3.5 && <0.6), markup-parse (>=0.2 && <0.3), mtl (>=2.2.2 && <2.4), optics-core (>=0.4 && <0.5), optics-extra (>=0.4 && <0.5), optparse-applicative (>=0.17 && <0.20), profunctors (>=5.6.2 && <5.7), scotty (>=0.11.5 && <0.23), text (>=1.2 && <2.2), transformers (>=0.5.6 && <0.6.2), unordered-containers (>=0.2 && <0.3), wai-middleware-static (>=0.9 && <0.10), wai-websockets (>=3.0.1.2 && <3.1), web-rep, websockets (>=0.12 && <0.14) [details] |
| Tested with | ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.2, ghc ==9.12.2, ghc ==9.14.1 |
| License | BSD-3-Clause |
| Copyright | Tony Day (c) 2015 |
| Author | Tony Day |
| Maintainer | Tony Day <tonyday567@gmail.com> |
| Uploaded | by tonyday567 at 2026-01-10T23:08:03Z |
| Category | web |
| Home page | https://github.com/tonyday567/numhask#readme |
| Bug tracker | https://github.com/tonyday567/web-page/issues |
| Source repo | head: git clone https://github.com/tonyday567/web-rep |
| Distributions | LTSHaskell:0.14.0.1, NixOS:0.14.0.0, Stackage:0.14.0.1 |
| Reverse Dependencies | 3 direct, 5 indirect [details] |
| Executables | web-rep-example |
| Downloads | 4296 total (81 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2026-01-10 [all 1 reports] |
Readme for web-rep-0.14.0.1
[back to package description]web-rep
Various functions and representations for a web page.
The best way to understand functionality is via running the example app:
cabal install
web-rep-example --shared
… and then tune in to:
library reference
Development
(setq haskell-process-args-cabal-repl '("web-rep:exe:web-rep-example"))
| web-rep:exe:web-rep-example |
:r
:set -Wno-type-defaults
:set -Wno-name-shadowing
:set -XOverloadedStrings
:set -XOverloadedLabels
:set -XDataKinds
import Prelude
import Box
import Web.Rep
import Optics.Core
import FlatParse.Basic
import MarkupParse
putStrLn "ok"
Ok, 11 modules loaded.
ghci
ok