-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack
name: haskell-src-exts-util
version: 0.2.1
synopsis: Helper functions for working with haskell-src-exts trees
description: see README.md
category: language
homepage: https://github.com/pepeiborra/haskell-src-exts-util
author: Neil Mitchell, Jose Iborra
maintainer: pepeiborra@gmail.com
copyright: All Rights Reserved
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
library
hs-source-dirs:
src
build-depends:
base < 5
, containers
, data-default
, haskell-src-exts
, transformers
, uniplate
exposed-modules:
Language.Haskell.Exts.Util
other-modules:
Language.Haskell.Exts.Bracket
Language.Haskell.Exts.FreeVars
Language.Haskell.Exts.Util.Internal
Paths_haskell_src_exts_util
default-language: Haskell2010