1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
-- 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
|