haskell-src

Support for manipulating Haskell source code

Version on this page:1.0.2.0
LTS Haskell 22.13:1.0.4@rev:1
Stackage Nightly 2024-03-14: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
This version can be pinned in stack with:haskell-src-1.0.2.0@sha256:fa69c465f0314f379ae3392a581ddc3150d0628c960b8d912fd237c49500ce59,1458
Depends on 4 packages(full list with versions):
Used by 2 packages in lts-8.5(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.

Changes

1.0.2.0

  • Add support for GHC 7.10 & base-4.8)

  • Add missing Functor & Applicative instances for P and Lex monads needed for AMP compatibility.