packages feed

haskell-src-exts-util-0.2.5: haskell-src-exts-util.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: df45b283632522ce37bd805c415abcf6f3860f9532488e9ca9e3e5975d56817f

name:           haskell-src-exts-util
version:        0.2.5
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.6.2, 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
  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
  hs-source-dirs:
      src
  build-depends:
      base <5
    , containers
    , data-default
    , haskell-src-exts >=1.20.0
    , semigroups
    , transformers
    , uniplate
  default-language: Haskell2010