packages feed

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

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

name:           haskell-src-exts-util
version:        0.2.2
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
    , 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