name: haskell-src-exts-simple version: 1.18.0.0 synopsis: A simplified view on the haskell-src-exts AST description: This package provides a shim for haskell-src-exts (HSE), exposing the same AST but without annotations. . This package is useful for synthesizing and manipulating HSE ASTs that don't carry source location information. It may also aid in porting packages from haskell-src-exts 1.17 to 1.18, but it is not a drop-in replacement for the old annotation-free AST. See COMPATIBILITY.md for details. . See "Language.Haskell.Exts.Simple" for further information. . __Versioning notice__: To be able to track the haskell-src-exts version numbers conveniently, the first __three__ components of the version will be treated as the major version, followed by the minor version as usual. license: MIT license-file: LICENSE author: Bertram Felgenhauer maintainer: Bertram Felgenhauer copyright: 2016, Bertram Felgenhauer category: Development build-type: Simple extra-source-files: README.md, COMPATIBILITY.md, CHANGELOG.md homepage: https://github.com/int-e/haskell-src-exts-simple cabal-version: >=1.10 source-repository head type: git location: https://github.com/int-e/haskell-src-exts-simple library exposed-modules: Language.Haskell.Exts.Simple, Language.Haskell.Exts.Simple.Build, Language.Haskell.Exts.Simple.Extension, Language.Haskell.Exts.Simple.Fixity, Language.Haskell.Exts.Simple.Parser, Language.Haskell.Exts.Simple.Pretty, Language.Haskell.Exts.Simple.Syntax -- other-modules: other-extensions: PatternSynonyms, ScopedTypeVariables build-depends: base >= 4.8 && < 5, haskell-src-exts >= 1.18 && < 1.19 hs-source-dirs: src default-language: Haskell2010