Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/haskell-src/haskell-src.cabal

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


name:		haskell-src
version:	1.0.1
license:	BSD3
license-file:	LICENSE
author:		Simon Marlow, Sven Panne and Noel Winstanley
maintainer:	libraries@haskell.org
category:	Language
synopsis:	Manipulating Haskell source code
description:
	Facilities for manipulating Haskell source code:
	an abstract syntax, lexer, parser and pretty-printer.
exposed-modules:
	Language.Haskell.Lexer,
	Language.Haskell.Parser,
	Language.Haskell.ParseMonad,
	Language.Haskell.Pretty,
	Language.Haskell.Syntax
	Language.Haskell.ParseUtils
build-depends:	base, haskell98, pretty
		-- The dependency on Haskell 98 is only because
		-- Happy generates a parser that imports Array
extensions:	CPP
nhc98-options:	-K11M

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.