-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: a640f01f9f66951b30f870fb4438ec3626ec8e81112d72713c5bfe3f2f6ae5e9 name: haskell-src-exts-util version: 0.2.3 synopsis: Helper functions for working with haskell-src-exts trees description: Helper functions for working with haskell-src-exts trees. category: language homepage: https://github.com/pepeiborra/haskell-src-exts-util bug-reports: https://github.com/pepeiborra/haskell-src-exts-util/issues author: Neil Mitchell, Jose Iborra maintainer: pepeiborra@gmail.com copyright: All Rights Reserved license: BSD3 license-file: LICENSE tested-with: GHC==8.4.1, GHC==8.2.1, GHC==8.0.2 build-type: Simple cabal-version: >= 1.10 extra-source-files: changelog.md README.md source-repository head type: git location: https://github.com/pepeiborra/haskell-src-exts-util library hs-source-dirs: src build-depends: base <5 , containers , data-default , haskell-src-exts >=1.20.0 , semigroups , 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