haskell-src

Support for manipulating Haskell source code

Version on this page:1.0.1.6@rev:2
LTS Haskell 22.17:1.0.4@rev:1
Stackage Nightly 2024-04-20:1.0.4@rev:1
Latest on Hackage:1.0.4@rev:1

See all snapshots haskell-src appears in

BSD-3-Clause licensed by Simon Marlow, Sven Panne and Noel Winstanley
Maintained by Conrad Parker
This version can be pinned in stack with:haskell-src-1.0.1.6@sha256:3d550a97a5cf3e17fe15d05e8c4ecaa901e3b0bc9f58851823bdb67ca2593a44,1386
Depends on 4 packages(full list with versions):
Used by 1 package in lts-1.0(full list with versions):

The 'haskell-src' package provides support for manipulating Haskell source code. The package provides a lexer, parser and pretty-printer, and a definition of a Haskell abstract syntax tree (AST). Common uses of this package are to parse or generate Haskell 98 code.